#B1CA33

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

Shades of Fuego #B1CA33

Tints of Fuego #B1CA33

Color information

#B1CA33 (or 0xB1CA33) is unknown color: approx Fuego. HEX triplet: B1, CA and 33. RGB value is (177,202,51). Sum of RGB (Red+Green+Blue) = 177+202+51=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CA33 is #4E35CC. Grayscale: #B1B1B1. Windows color (decimal): -5125581 or 3394225. OLE color: 3394225.

HSL color Cylindrical-coordinate representation of color #B1CA33: hue angle of 69.93º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1CA33 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB17720251-
CMYK0.1200.750.21
HSL69.93º59.68%49.61%-
HSV(B)69.93º74.75%79.22%-
XYZ39.8551.8311.04-
YUV177.3156.72127.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 202 (79.30% from 255) = 46.98%
BLUE value IS 51 (20.31% from 255) = 11.86%
R=41.16%
G=46.98%
B=11.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177202510.1200.750.2169.9359.6849.61
HexB1CA33C04B15463c32
Octal26131263140113251067462
Binary1011000111001010110011110001001011101011000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CA33; }

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

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

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

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

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

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

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

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