#BBDC22

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

Shades of Fuego #BBDC22

Tints of Fuego #BBDC22

Color information

#BBDC22 (or 0xBBDC22) is unknown color: approx Fuego. HEX triplet: BB, DC and 22. RGB value is (187,220,34). Sum of RGB (Red+Green+Blue) = 187+220+34=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC22 is #4423DD. Grayscale: #BDBDBD. Windows color (decimal): -4465630 or 2284731. OLE color: 2284731.

HSL color Cylindrical-coordinate representation of color #BBDC22: hue angle of 70.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBDC22 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB18722034-
CMYK0.1500.850.14
HSL70.65º73.23%49.8%-
HSV(B)70.65º84.55%86.27%-
XYZ46.3861.8711.01-
YUV188.9340.57126.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 220 (86.33% from 255) = 49.89%
BLUE value IS 34 (13.67% from 255) = 7.71%
R=42.40%
G=49.89%
B=7.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187220340.1500.850.1470.6573.2349.8
HexBBDC22F055E474932
Octal273334421701251610711162
Binary1011101111011100100010111101010101111010001111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC22; }

 p { color: rgb(187,220,34); }

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

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

 a { background-color: rgb(187,220,34); }

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

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

 span { border-color: rgb(187,220,34); }

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