#B9DC33

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

Shades of Fuego #B9DC33

Tints of Fuego #B9DC33

Color information

#B9DC33 (or 0xB9DC33) is unknown color: approx Fuego. HEX triplet: B9, DC and 33. RGB value is (185,220,51). Sum of RGB (Red+Green+Blue) = 185+220+51=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC33 is #4623CC. Grayscale: #BEBEBE. Windows color (decimal): -4596685 or 3398841. OLE color: 3398841.

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

Color convert

RGB18522051-
CMYK0.1600.770.14
HSL72.43º70.71%53.14%-
HSV(B)72.43º76.82%86.27%-
XYZ46.261.7412.61-
YUV190.2749.4124.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 220 (86.33% from 255) = 48.25%
BLUE value IS 51 (20.31% from 255) = 11.18%
R=40.57%
G=48.25%
B=11.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal185220510.1600.770.1472.4370.7153.14
HexB9DC331004DE484735
Octal271334632001151611010765
Binary10111001110111001100111000001001101111010010001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DC33; }

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

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

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

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

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

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

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

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