#BBCA2A

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

Shades of Fuego #BBCA2A

Tints of Fuego #BBCA2A

Color information

#BBCA2A (or 0xBBCA2A) is unknown color: approx Fuego. HEX triplet: BB, CA and 2A. RGB value is (187,202,42). Sum of RGB (Red+Green+Blue) = 187+202+42=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA2A is #4435D5. Grayscale: #B3B3B3. Windows color (decimal): -4470230 or 2804411. OLE color: 2804411.

HSL color Cylindrical-coordinate representation of color #BBCA2A: hue angle of 65.62º degrees, saturation: 0.66, 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 #BBCA2A is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB18720242-
CMYK0.0700.790.21
HSL65.62º65.57%47.84%-
HSV(B)65.62º79.21%79.22%-
XYZ42.0352.9710.2-
YUV179.2850.53133.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 42 (16.80% from 255) = 9.74%
R=43.39%
G=46.87%
B=9.74%

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
Decimal187202420.0700.790.2165.6265.5747.84
HexBBCA2A704F15424230
Octal27331252701172510210260
Binary1011101111001010101010111010011111010110000101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCA2A; }

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

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

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

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

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

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

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

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