#BBDF26

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

Shades of Fuego #BBDF26

Tints of Fuego #BBDF26

Color information

#BBDF26 (or 0xBBDF26) is unknown color: approx Fuego. HEX triplet: BB, DF and 26. RGB value is (187,223,38). Sum of RGB (Red+Green+Blue) = 187+223+38=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 38 (15.23% from 255 or 8.48% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF26 is #4420D9. Grayscale: #BFBFBF. Windows color (decimal): -4464858 or 2547643. OLE color: 2547643.

HSL color Cylindrical-coordinate representation of color #BBDF26: hue angle of 71.68º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBDF26 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB18722338-
CMYK0.1600.830.13
HSL71.68º74.3%51.18%-
HSV(B)71.68º82.96%87.45%-
XYZ47.2363.4811.6-
YUV191.1541.57125.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 223 (87.5% from 255) = 49.78%
BLUE value IS 38 (15.23% from 255) = 8.48%
R=41.74%
G=49.78%
B=8.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187223380.1600.830.1371.6874.351.18
HexBBDF2610053D484a33
Octal273337462001231511011263
Binary10111011110111111001101000001010011110110010001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDF26; }

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

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

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

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

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

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

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

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