#B2CE3B

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

Shades of Fuego #B2CE3B

Tints of Fuego #B2CE3B

Color information

#B2CE3B (or 0xB2CE3B) is unknown color: approx Fuego. HEX triplet: B2, CE and 3B. RGB value is (178,206,59). Sum of RGB (Red+Green+Blue) = 178+206+59=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 59 (23.44% from 255 or 13.32% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CE3B is #4D31C4. Grayscale: #B5B5B5. Windows color (decimal): -5059013 or 3919538. OLE color: 3919538.

HSL color Cylindrical-coordinate representation of color #B2CE3B: hue angle of 71.43º 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 #B2CE3B is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB17820659-
CMYK0.1400.710.19
HSL71.43º60%51.96%-
HSV(B)71.43º71.36%80.78%-
XYZ41.2253.9212.37-
YUV180.8759.22125.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 206 (80.86% from 255) = 46.50%
BLUE value IS 59 (23.44% from 255) = 13.32%
R=40.18%
G=46.50%
B=13.32%

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
Decimal178206590.1400.710.1971.436051.96
HexB2CE3BE04713473c34
Octal26231673160107231077464
Binary1011001011001110111011111001000111100111000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CE3B; }

 p { color: rgb(178,206,59); }

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

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

 a { background-color: rgb(178,206,59); }

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

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

 span { border-color: rgb(178,206,59); }

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