#BBC62C

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

Shades of Fuego #BBC62C

Tints of Fuego #BBC62C

Color information

#BBC62C (or 0xBBC62C) is unknown color: approx Fuego. HEX triplet: BB, C6 and 2C. RGB value is (187,198,44). Sum of RGB (Red+Green+Blue) = 187+198+44=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC62C is #4439D3. Grayscale: #B1B1B1. Windows color (decimal): -4471252 or 2934459. OLE color: 2934459.

HSL color Cylindrical-coordinate representation of color #BBC62C: hue angle of 64.29º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBC62C is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB18719844-
CMYK0.0600.780.22
HSL64.29º63.64%47.45%-
HSV(B)64.29º77.78%77.65%-
XYZ41.1451.1310.08-
YUV177.1652.86135.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 198 (77.73% from 255) = 46.15%
BLUE value IS 44 (17.58% from 255) = 10.26%
R=43.59%
G=46.15%
B=10.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187198440.0600.780.2264.2963.6447.45
HexBBC62C604E1640402f
Octal27330654601162610010057
Binary1011101111000110101100110010011101011010000001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC62C; }

 p { color: rgb(187,198,44); }

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

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

 a { background-color: rgb(187,198,44); }

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

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

 span { border-color: rgb(187,198,44); }

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