#B4CC34

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

Shades of Fuego #B4CC34

Tints of Fuego #B4CC34

Color information

#B4CC34 (or 0xB4CC34) is unknown color: approx Fuego. HEX triplet: B4, CC and 34. RGB value is (180,204,52). Sum of RGB (Red+Green+Blue) = 180+204+52=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CC34 is #4B33CB. Grayscale: #B4B4B4. Windows color (decimal): -4928460 or 3460276. OLE color: 3460276.

HSL color Cylindrical-coordinate representation of color #B4CC34: hue angle of 69.47º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4CC34 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB18020452-
CMYK0.1200.750.2
HSL69.47º59.84%50.2%-
HSV(B)69.47º74.51%80%-
XYZ41.0453.1411.34-
YUV179.556.05128.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 204 (80.08% from 255) = 46.79%
BLUE value IS 52 (20.70% from 255) = 11.93%
R=41.28%
G=46.79%
B=11.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180204520.1200.750.269.4759.8450.2
HexB4CC34C04B14453c32
Octal26431464140113241057462
Binary1011010011001100110100110001001011101001000101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC34; }

 p { color: rgb(180,204,52); }

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

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

 a { background-color: rgb(180,204,52); }

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

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

 span { border-color: rgb(180,204,52); }

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