#b9ce28

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

Shades of Fuego #B9CE28

Tints of Fuego #B9CE28

Color information

#B9CE28 (or 0xB9CE28) is unknown color: approx Fuego. HEX triplet: B9, CE and 28. RGB value is (185,206,40). Sum of RGB (Red+Green+Blue) = 185+206+40=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CE28 is #4631D7. Grayscale: #B5B5B5. Windows color (decimal): -4600280 or 2674361. OLE color: 2674361.

HSL color Cylindrical-coordinate representation of color #B9CE28: hue angle of 67.59º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9CE28 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB18520640-
CMYK0.1000.810.19
HSL67.59º67.48%48.24%-
HSV(B)67.59º80.58%80.78%-
XYZ42.4654.6110.31-
YUV180.848.54131-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 206 (80.86% from 255) = 47.80%
BLUE value IS 40 (16.02% from 255) = 9.28%
R=42.92%
G=47.80%
B=9.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185206400.1000.810.1967.5967.4848.24
HexB9CE28A05113444330
Octal271316501201212310410360
Binary10111001110011101010001010010100011001110001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9ce28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9ce28; }

 p { color: rgb(185,206,40); }

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

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

 a { background-color: rgb(185,206,40); }

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

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

 span { border-color: rgb(185,206,40); }

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