#BDC535

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

Shades of Fuego #BDC535

Tints of Fuego #BDC535

Color information

#BDC535 (or 0xBDC535) is unknown color: approx Fuego. HEX triplet: BD, C5 and 35. RGB value is (189,197,53). Sum of RGB (Red+Green+Blue) = 189+197+53=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC535 is #423ACA. Grayscale: #B2B2B2. Windows color (decimal): -4340427 or 3524029. OLE color: 3524029.

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

Color convert

RGB18919753-
CMYK0.0400.730.23
HSL63.33º57.6%49.02%-
HSV(B)63.33º73.1%77.25%-
XYZ41.651.0111.02-
YUV178.1957.35135.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 197 (77.34% from 255) = 44.87%
BLUE value IS 53 (21.09% from 255) = 12.07%
R=43.05%
G=44.87%
B=12.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189197530.0400.730.2363.3357.649.02
HexBDC5354049173f3a31
Octal275305654011127777261
Binary10111101110001011101011000100100110111111111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC535; }

 p { color: rgb(189,197,53); }

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

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

 a { background-color: rgb(189,197,53); }

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

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

 span { border-color: rgb(189,197,53); }

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