#B9DA33

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

Shades of Fuego #B9DA33

Tints of Fuego #B9DA33

Color information

#B9DA33 (or 0xB9DA33) is unknown color: approx Fuego. HEX triplet: B9, DA and 33. RGB value is (185,218,51). Sum of RGB (Red+Green+Blue) = 185+218+51=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DA33 is #4625CC. Grayscale: #BDBDBD. Windows color (decimal): -4597197 or 3398329. OLE color: 3398329.

HSL color Cylindrical-coordinate representation of color #B9DA33: hue angle of 71.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9DA33 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB18521851-
CMYK0.1500.770.15
HSL71.86º69.29%52.75%-
HSV(B)71.86º76.61%85.49%-
XYZ45.6860.712.44-
YUV189.150.07125.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 218 (85.55% from 255) = 48.02%
BLUE value IS 51 (20.31% from 255) = 11.23%
R=40.75%
G=48.02%
B=11.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185218510.1500.770.1571.8669.2952.75
HexB9DA33F04DF484535
Octal271332631701151711010565
Binary1011100111011010110011111101001101111110010001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DA33; }

 p { color: rgb(185,218,51); }

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

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

 a { background-color: rgb(185,218,51); }

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

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

 span { border-color: rgb(185,218,51); }

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