#BDD931

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

Shades of Fuego #BDD931

Tints of Fuego #BDD931

Color information

#BDD931 (or 0xBDD931) is unknown color: approx Fuego. HEX triplet: BD, D9 and 31. RGB value is (189,217,49). Sum of RGB (Red+Green+Blue) = 189+217+49=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD931 is #4226CE. Grayscale: #BEBEBE. Windows color (decimal): -4335311 or 3267005. OLE color: 3267005.

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

Color convert

RGB18921749-
CMYK0.1300.770.15
HSL70º68.85%52.16%-
HSV(B)70º77.42%85.1%-
XYZ46.3560.6712.17-
YUV189.4848.72127.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 217 (85.16% from 255) = 47.69%
BLUE value IS 49 (19.53% from 255) = 10.77%
R=41.54%
G=47.69%
B=10.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189217490.1300.770.157068.8552.16
HexBDD931D04DF464534
Octal275331611501151710610564
Binary1011110111011001110001110101001101111110001101000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD931; }

 p { color: rgb(189,217,49); }

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

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

 a { background-color: rgb(189,217,49); }

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

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

 span { border-color: rgb(189,217,49); }

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