#B1CE33

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

Shades of Fuego #B1CE33

Tints of Fuego #B1CE33

Color information

#B1CE33 (or 0xB1CE33) is unknown color: approx Fuego. HEX triplet: B1, CE and 33. RGB value is (177,206,51). Sum of RGB (Red+Green+Blue) = 177+206+51=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 51 (20.31% from 255 or 11.75% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CE33 is #4E31CC. Grayscale: #B4B4B4. Windows color (decimal): -5124557 or 3395249. OLE color: 3395249.

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

Color convert

RGB17720651-
CMYK0.1400.750.19
HSL71.23º61.26%50.39%-
HSV(B)71.23º75.24%80.78%-
XYZ40.853.7311.35-
YUV179.6655.39126.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 206 (80.86% from 255) = 47.47%
BLUE value IS 51 (20.31% from 255) = 11.75%
R=40.78%
G=47.47%
B=11.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177206510.1400.750.1971.2361.2650.39
HexB1CE33E04B13473d32
Octal26131663160113231077562
Binary1011000111001110110011111001001011100111000111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CE33; }

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

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

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

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

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

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

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

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