#BBCA2B

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

Shades of Fuego #BBCA2B

Tints of Fuego #BBCA2B

Color information

#BBCA2B (or 0xBBCA2B) is unknown color: approx Fuego. HEX triplet: BB, CA and 2B. RGB value is (187,202,43). Sum of RGB (Red+Green+Blue) = 187+202+43=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA2B is #4435D4. Grayscale: #B4B4B4. Windows color (decimal): -4470229 or 2869947. OLE color: 2869947.

HSL color Cylindrical-coordinate representation of color #BBCA2B: hue angle of 65.66º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBCA2B is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB18720243-
CMYK0.0700.790.21
HSL65.66º64.9%48.04%-
HSV(B)65.66º78.71%79.22%-
XYZ42.0552.9810.3-
YUV179.3951.03133.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 202 (79.30% from 255) = 46.76%
BLUE value IS 43 (17.19% from 255) = 9.95%
R=43.29%
G=46.76%
B=9.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187202430.0700.790.2165.6664.948.04
HexBBCA2B704F15424130
Octal27331253701172510210160
Binary1011101111001010101011111010011111010110000101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCA2B; }

 p { color: rgb(187,202,43); }

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

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

 a { background-color: rgb(187,202,43); }

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

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

 span { border-color: rgb(187,202,43); }

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