#B0CE33

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

Shades of Fuego #B0CE33

Tints of Fuego #B0CE33

Color information

#B0CE33 (or 0xB0CE33) is unknown color: approx Fuego. HEX triplet: B0, CE and 33. RGB value is (176,206,51). Sum of RGB (Red+Green+Blue) = 176+206+51=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CE33 is #4F31CC. Grayscale: #B3B3B3. Windows color (decimal): -5190093 or 3395248. OLE color: 3395248.

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

Color convert

RGB17620651-
CMYK0.1500.750.19
HSL71.61º61.26%50.39%-
HSV(B)71.61º75.24%80.78%-
XYZ40.5753.6111.34-
YUV179.3655.56125.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 206 (80.86% from 255) = 47.58%
BLUE value IS 51 (20.31% from 255) = 11.78%
R=40.65%
G=47.58%
B=11.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal176206510.1500.750.1971.6161.2650.39
HexB0CE33F04B13483d32
Octal26031663170113231107562
Binary1011000011001110110011111101001011100111001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CE33; }

 p { color: rgb(176,206,51); }

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

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

 a { background-color: rgb(176,206,51); }

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

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

 span { border-color: rgb(176,206,51); }

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