#bbd12d

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

Shades of Fuego #BBD12D

Tints of Fuego #BBD12D

Color information

#BBD12D (or 0xBBD12D) is unknown color: approx Fuego. HEX triplet: BB, D1 and 2D. RGB value is (187,209,45). Sum of RGB (Red+Green+Blue) = 187+209+45=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD12D is #442ED2. Grayscale: #B8B8B8. Windows color (decimal): -4468435 or 3002811. OLE color: 3002811.

HSL color Cylindrical-coordinate representation of color #BBD12D: hue angle of 68.05º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBD12D is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB18720945-
CMYK0.1100.780.18
HSL68.05º64.57%49.8%-
HSV(B)68.05º78.47%81.96%-
XYZ43.7756.3611.05-
YUV183.7349.71130.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 209 (82.03% from 255) = 47.39%
BLUE value IS 45 (17.97% from 255) = 10.20%
R=42.40%
G=47.39%
B=10.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187209450.1100.780.1868.0564.5749.8
HexBBD12DB04E12444132
Octal273321551301162210410162
Binary10111011110100011011011011010011101001010001001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbd12d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbd12d; }

 p { color: rgb(187,209,45); }

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

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

 a { background-color: rgb(187,209,45); }

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

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

 span { border-color: rgb(187,209,45); }

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