#BDB840

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

Shades of Celery #BDB840

Tints of Celery #BDB840

Color information

#BDB840 (or 0xBDB840) is unknown color: approx Celery. HEX triplet: BD, B8 and 40. RGB value is (189,184,64). Sum of RGB (Red+Green+Blue) = 189+184+64=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB840 is #4247BF. Grayscale: #ACACAC. Windows color (decimal): -4343744 or 4241597. OLE color: 4241597.

HSL color Cylindrical-coordinate representation of color #BDB840: hue angle of 57.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDB840 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18918464-
CMYK00.030.660.26
HSL57.6º49.41%49.61%-
HSV(B)57.6º66.14%74.12%-
XYZ39.0545.4711.57-
YUV171.8267.16140.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 184 (72.27% from 255) = 42.11%
BLUE value IS 64 (25.39% from 255) = 14.65%
R=43.25%
G=42.11%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891846400.030.660.2657.649.4149.61
HexBDB84003421A3a3132
Octal2752701000310232726162
Binary10111101101110001000000011100001011010111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB840; }

 p { color: rgb(189,184,64); }

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

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

 a { background-color: rgb(189,184,64); }

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

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

 span { border-color: rgb(189,184,64); }

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