#BDC72E

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

Shades of Fuego #BDC72E

Tints of Fuego #BDC72E

Color information

#BDC72E (or 0xBDC72E) is unknown color: approx Fuego. HEX triplet: BD, C7 and 2E. RGB value is (189,199,46). Sum of RGB (Red+Green+Blue) = 189+199+46=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC72E is #4238D1. Grayscale: #B3B3B3. Windows color (decimal): -4339922 or 3065789. OLE color: 3065789.

HSL color Cylindrical-coordinate representation of color #BDC72E: hue angle of 63.92º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDC72E is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB18919946-
CMYK0.0500.770.22
HSL63.92º62.45%48.04%-
HSV(B)63.92º76.88%78.04%-
XYZ41.951.8610.39-
YUV178.5753.19135.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 199 (78.12% from 255) = 45.85%
BLUE value IS 46 (18.36% from 255) = 10.60%
R=43.55%
G=45.85%
B=10.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189199460.0500.770.2263.9262.4548.04
HexBDC72E504D16403e30
Octal2753075650115261007660
Binary101111011100011110111010101001101101101000000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC72E; }

 p { color: rgb(189,199,46); }

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

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

 a { background-color: rgb(189,199,46); }

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

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

 span { border-color: rgb(189,199,46); }

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