#BDC837

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

Shades of Fuego #BDC837

Tints of Fuego #BDC837

Color information

#BDC837 (or 0xBDC837) is unknown color: approx Fuego. HEX triplet: BD, C8 and 37. RGB value is (189,200,55). Sum of RGB (Red+Green+Blue) = 189+200+55=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC837 is #4237C8. Grayscale: #B4B4B4. Windows color (decimal): -4339657 or 3655869. OLE color: 3655869.

HSL color Cylindrical-coordinate representation of color #BDC837: hue angle of 64.55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDC837 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB18920055-
CMYK0.0600.720.22
HSL64.55º56.86%50%-
HSV(B)64.55º72.5%78.43%-
XYZ42.3352.411.5-
YUV180.1857.36134.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 200 (78.52% from 255) = 45.05%
BLUE value IS 55 (21.88% from 255) = 12.39%
R=42.57%
G=45.05%
B=12.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189200550.0600.720.2264.5556.8650
HexBDC837604816413932
Octal2753106760110261017162
Binary101111011100100011011111001001000101101000001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC837; }

 p { color: rgb(189,200,55); }

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

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

 a { background-color: rgb(189,200,55); }

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

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

 span { border-color: rgb(189,200,55); }

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