#B4CA33

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

Shades of Fuego #B4CA33

Tints of Fuego #B4CA33

Color information

#B4CA33 (or 0xB4CA33) is unknown color: approx Fuego. HEX triplet: B4, CA and 33. RGB value is (180,202,51). Sum of RGB (Red+Green+Blue) = 180+202+51=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CA33 is #4B35CC. Grayscale: #B2B2B2. Windows color (decimal): -4928973 or 3394228. OLE color: 3394228.

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

Color convert

RGB18020251-
CMYK0.1100.750.21
HSL68.74º59.68%49.61%-
HSV(B)68.74º74.75%79.22%-
XYZ40.5452.1811.07-
YUV178.2156.21129.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 202 (79.30% from 255) = 46.65%
BLUE value IS 51 (20.31% from 255) = 11.78%
R=41.57%
G=46.65%
B=11.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180202510.1100.750.2168.7459.6849.61
HexB4CA33B04B15453c32
Octal26431263130113251057462
Binary1011010011001010110011101101001011101011000101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA33; }

 p { color: rgb(180,202,51); }

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

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

 a { background-color: rgb(180,202,51); }

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

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

 span { border-color: rgb(180,202,51); }

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