#B8DB35

Color #B8DB35 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B8DB35

Tints of Fuego #B8DB35

Color information

#B8DB35 (or 0xB8DB35) is unknown color: approx Fuego. HEX triplet: B8, DB and 35. RGB value is (184,219,53). Sum of RGB (Red+Green+Blue) = 184+219+53=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DB35 is #4724CA. Grayscale: #BEBEBE. Windows color (decimal): -4662475 or 3529656. OLE color: 3529656.

HSL color Cylindrical-coordinate representation of color #B8DB35: hue angle of 72.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8DB35 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB18421953-
CMYK0.1600.760.14
HSL72.65º69.75%53.33%-
HSV(B)72.65º75.8%85.88%-
XYZ45.7461.1112.75-
YUV189.6150.9124-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 219 (85.94% from 255) = 48.03%
BLUE value IS 53 (21.09% from 255) = 11.62%
R=40.35%
G=48.03%
B=11.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal184219530.1600.760.1472.6569.7553.33
HexB8DB351004CE494635
Octal270333652001141611110665
Binary10111000110110111101011000001001100111010010011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DB35; }

 p { color: rgb(184,219,53); }

 H1.HeaderClassName
 {
   color: #B8DB35;
 }
 .AnyTagClassName
 {
   color: #B8DB35;
 }
</style>
background-color css

<style>
 a { background-color: #B8DB35; }

 a { background-color: rgb(184,219,53); }

 div.DivClassName
 {
   background-color: #B8DB35;
 }
 .BgClassName
 {
   background-color: #B8DB35;
 }
</style>
border-color css

<style>
 span { border-color: #B8DB35; }

 span { border-color: rgb(184,219,53); }

 td.TdClassName
 {
   border-color: #B8DB35;
 }
 .TagClassName
 {
   border-color: #B8DB35;
 }
</style>