#bdd12c

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

Shades of Fuego #BDD12C

Tints of Fuego #BDD12C

Color information

#BDD12C (or 0xBDD12C) is unknown color: approx Fuego. HEX triplet: BD, D1 and 2C. RGB value is (189,209,44). Sum of RGB (Red+Green+Blue) = 189+209+44=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD12C is #422ED3. Grayscale: #B8B8B8. Windows color (decimal): -4337364 or 2937277. OLE color: 2937277.

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

Color convert

RGB18920944-
CMYK0.1000.790.18
HSL67.27º65.22%49.61%-
HSV(B)67.27º78.95%81.96%-
XYZ44.2456.610.98-
YUV184.2148.87131.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 209 (82.03% from 255) = 47.29%
BLUE value IS 44 (17.58% from 255) = 9.95%
R=42.76%
G=47.29%
B=9.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189209440.1000.790.1867.2765.2249.61
HexBDD12CA04F12434132
Octal275321541201172210310162
Binary10111101110100011011001010010011111001010000111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdd12c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdd12c; }

 p { color: rgb(189,209,44); }

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

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

 a { background-color: rgb(189,209,44); }

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

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

 span { border-color: rgb(189,209,44); }

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