#B2CF3A

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

Shades of Fuego #B2CF3A

Tints of Fuego #B2CF3A

Color information

#B2CF3A (or 0xB2CF3A) is unknown color: approx Fuego. HEX triplet: B2, CF and 3A. RGB value is (178,207,58). Sum of RGB (Red+Green+Blue) = 178+207+58=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CF3A is #4D30C5. Grayscale: #B5B5B5. Windows color (decimal): -5058758 or 3854258. OLE color: 3854258.

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

Color convert

RGB17820758-
CMYK0.1400.720.19
HSL71.68º60.82%51.96%-
HSV(B)71.68º71.98%81.18%-
XYZ41.4454.412.32-
YUV181.3458.39125.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 207 (81.25% from 255) = 46.73%
BLUE value IS 58 (23.05% from 255) = 13.09%
R=40.18%
G=46.73%
B=13.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178207580.1400.720.1971.6860.8251.96
HexB2CF3AE04813483d34
Octal26231772160110231107564
Binary1011001011001111111010111001001000100111001000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CF3A; }

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

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

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

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

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

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

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

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