#B9CE34

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

Shades of Fuego #B9CE34

Tints of Fuego #B9CE34

Color information

#B9CE34 (or 0xB9CE34) is unknown color: approx Fuego. HEX triplet: B9, CE and 34. RGB value is (185,206,52). Sum of RGB (Red+Green+Blue) = 185+206+52=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CE34 is #4631CB. Grayscale: #B6B6B6. Windows color (decimal): -4600268 or 3460793. OLE color: 3460793.

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

Color convert

RGB18520652-
CMYK0.1000.750.19
HSL68.18º61.11%50.59%-
HSV(B)68.18º74.76%80.78%-
XYZ42.754.711.56-
YUV182.1654.54130.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 206 (80.86% from 255) = 46.50%
BLUE value IS 52 (20.70% from 255) = 11.74%
R=41.76%
G=46.50%
B=11.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185206520.1000.750.1968.1861.1150.59
HexB9CE34A04B13443d33
Octal27131664120113231047563
Binary1011100111001110110100101001001011100111000100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CE34; }

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

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

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

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

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

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

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

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