#C2CB33

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

Shades of Fuego #C2CB33

Tints of Fuego #C2CB33

Color information

#C2CB33 (or 0xC2CB33) is unknown color: approx Fuego. HEX triplet: C2, CB and 33. RGB value is (194,203,51). Sum of RGB (Red+Green+Blue) = 194+203+51=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CB33 is #3D34CC. Grayscale: #B7B7B7. Windows color (decimal): -4011213 or 3394498. OLE color: 3394498.

HSL color Cylindrical-coordinate representation of color #C2CB33: hue angle of 63.55º 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 #C2CB33 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB19420351-
CMYK0.0400.750.20
HSL63.55º59.84%49.8%-
HSV(B)63.55º74.88%79.61%-
XYZ44.254.4211.31-
YUV182.9853.52135.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 203 (79.69% from 255) = 45.31%
BLUE value IS 51 (20.31% from 255) = 11.38%
R=43.30%
G=45.31%
B=11.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194203510.0400.750.2063.5559.8449.8
HexC2CB33404B14403c32
Octal3023136340113241007462
Binary110000101100101111001110001001011101001000000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CB33; }

 p { color: rgb(194,203,51); }

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

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

 a { background-color: rgb(194,203,51); }

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

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

 span { border-color: rgb(194,203,51); }

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