#BBD828

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

Shades of Fuego #BBD828

Tints of Fuego #BBD828

Color information

#BBD828 (or 0xBBD828) is unknown color: approx Fuego. HEX triplet: BB, D8 and 28. RGB value is (187,216,40). Sum of RGB (Red+Green+Blue) = 187+216+40=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD828 is #4427D7. Grayscale: #BBBBBB. Windows color (decimal): -4466648 or 2676923. OLE color: 2676923.

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

Color convert

RGB18721640-
CMYK0.1300.810.15
HSL69.89º69.29%50.2%-
HSV(B)69.89º81.48%84.71%-
XYZ45.4359.8311.16-
YUV187.2644.89127.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 216 (84.77% from 255) = 48.76%
BLUE value IS 40 (16.02% from 255) = 9.03%
R=42.21%
G=48.76%
B=9.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187216400.1300.810.1569.8969.2950.2
HexBBD828D051F464532
Octal273330501501211710610562
Binary1011101111011000101000110101010001111110001101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD828; }

 p { color: rgb(187,216,40); }

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

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

 a { background-color: rgb(187,216,40); }

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

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

 span { border-color: rgb(187,216,40); }

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