#BDD039

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

Shades of Fuego #BDD039

Tints of Fuego #BDD039

Color information

#BDD039 (or 0xBDD039) is unknown color: approx Fuego. HEX triplet: BD, D0 and 39. RGB value is (189,208,57). Sum of RGB (Red+Green+Blue) = 189+208+57=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 57 (22.66% from 255 or 12.56% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD039 is #422FC6. Grayscale: #B9B9B9. Windows color (decimal): -4337607 or 3788989. OLE color: 3788989.

HSL color Cylindrical-coordinate representation of color #BDD039: hue angle of 67.55º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDD039 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB18920857-
CMYK0.0900.730.18
HSL67.55º61.63%51.96%-
HSV(B)67.55º72.6%81.57%-
XYZ44.2856.2312.39-
YUV185.155.71130.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.63%
GREEN value IS 208 (81.64% from 255) = 45.81%
BLUE value IS 57 (22.66% from 255) = 12.56%
R=41.63%
G=45.81%
B=12.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189208570.0900.730.1867.5561.6351.96
HexBDD039904912443e34
Octal27532071110111221047664
Binary1011110111010000111001100101001001100101000100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD039; }

 p { color: rgb(189,208,57); }

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

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

 a { background-color: rgb(189,208,57); }

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

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

 span { border-color: rgb(189,208,57); }

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