#BDC436

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

Shades of Fuego #BDC436

Tints of Fuego #BDC436

Color information

#BDC436 (or 0xBDC436) is unknown color: approx Fuego. HEX triplet: BD, C4 and 36. RGB value is (189,196,54). Sum of RGB (Red+Green+Blue) = 189+196+54=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC436 is #423BC9. Grayscale: #B2B2B2. Windows color (decimal): -4340682 or 3589309. OLE color: 3589309.

HSL color Cylindrical-coordinate representation of color #BDC436: hue angle of 62.96º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDC436 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB18919654-
CMYK0.0400.720.23
HSL62.96º56.8%49.02%-
HSV(B)62.96º72.45%76.86%-
XYZ41.3950.5711.07-
YUV177.7258.18136.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 196 (76.95% from 255) = 44.65%
BLUE value IS 54 (21.48% from 255) = 12.30%
R=43.05%
G=44.65%
B=12.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189196540.0400.720.2362.9656.849.02
HexBDC4364048173f3931
Octal275304664011027777161
Binary10111101110001001101101000100100010111111111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC436; }

 p { color: rgb(189,196,54); }

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

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

 a { background-color: rgb(189,196,54); }

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

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

 span { border-color: rgb(189,196,54); }

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