#BBD826

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

Shades of Fuego #BBD826

Tints of Fuego #BBD826

Color information

#BBD826 (or 0xBBD826) is unknown color: approx Fuego. HEX triplet: BB, D8 and 26. RGB value is (187,216,38). Sum of RGB (Red+Green+Blue) = 187+216+38=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD826 is #4427D9. Grayscale: #BBBBBB. Windows color (decimal): -4466650 or 2545851. OLE color: 2545851.

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

Color convert

RGB18721638-
CMYK0.1300.820.15
HSL69.78º70.08%49.8%-
HSV(B)69.78º82.41%84.71%-
XYZ45.459.8210.99-
YUV187.0443.89127.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 216 (84.77% from 255) = 48.98%
BLUE value IS 38 (15.23% from 255) = 8.62%
R=42.40%
G=48.98%
B=8.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187216380.1300.820.1569.7870.0849.8
HexBBD826D052F464632
Octal273330461501221710610662
Binary1011101111011000100110110101010010111110001101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD826; }

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

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

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

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

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

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

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

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