#B2CF3C

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

Shades of Fuego #B2CF3C

Tints of Fuego #B2CF3C

Color information

#B2CF3C (or 0xB2CF3C) is unknown color: approx Fuego. HEX triplet: B2, CF and 3C. RGB value is (178,207,60). Sum of RGB (Red+Green+Blue) = 178+207+60=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CF3C is #4D30C3. Grayscale: #B6B6B6. Windows color (decimal): -5058756 or 3985330. OLE color: 3985330.

HSL color Cylindrical-coordinate representation of color #B2CF3C: hue angle of 71.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2CF3C is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB17820760-
CMYK0.1400.710.19
HSL71.84º60.49%52.35%-
HSV(B)71.84º71.01%81.18%-
XYZ41.4954.4212.59-
YUV181.5759.39125.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 207 (81.25% from 255) = 46.52%
BLUE value IS 60 (23.83% from 255) = 13.48%
R=40%
G=46.52%
B=13.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178207600.1400.710.1971.8460.4952.35
HexB2CF3CE04713483c34
Octal26231774160107231107464
Binary1011001011001111111100111001000111100111001000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CF3C; }

 p { color: rgb(178,207,60); }

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

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

 a { background-color: rgb(178,207,60); }

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

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

 span { border-color: rgb(178,207,60); }

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