#B9DE31

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

Shades of Fuego #B9DE31

Tints of Fuego #B9DE31

Color information

#B9DE31 (or 0xB9DE31) is unknown color: approx Fuego. HEX triplet: B9, DE and 31. RGB value is (185,222,49). Sum of RGB (Red+Green+Blue) = 185+222+49=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DE31 is #4621CE. Grayscale: #BFBFBF. Windows color (decimal): -4596175 or 3268281. OLE color: 3268281.

HSL color Cylindrical-coordinate representation of color #B9DE31: hue angle of 72.83º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9DE31 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB18522249-
CMYK0.1700.780.13
HSL72.83º72.38%53.14%-
HSV(B)72.83º77.93%87.06%-
XYZ46.6862.7812.56-
YUV191.2247.74123.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 222 (87.11% from 255) = 48.68%
BLUE value IS 49 (19.53% from 255) = 10.75%
R=40.57%
G=48.68%
B=10.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal185222490.1700.780.1372.8372.3853.14
HexB9DE311104ED494835
Octal271336612101161511111065
Binary10111001110111101100011000101001110110110010011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DE31; }

 p { color: rgb(185,222,49); }

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

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

 a { background-color: rgb(185,222,49); }

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

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

 span { border-color: rgb(185,222,49); }

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