#BDB848

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

Shades of Celery #BDB848

Tints of Celery #BDB848

Color information

#BDB848 (or 0xBDB848) is unknown color: approx Celery. HEX triplet: BD, B8 and 48. RGB value is (189,184,72). Sum of RGB (Red+Green+Blue) = 189+184+72=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB848 is #4247B7. Grayscale: #ADADAD. Windows color (decimal): -4343736 or 4765885. OLE color: 4765885.

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

Color convert

RGB18918472-
CMYK00.030.620.26
HSL57.44º46.99%51.18%-
HSV(B)57.44º61.9%74.12%-
XYZ39.345.5712.86-
YUV172.7371.16139.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 184 (72.27% from 255) = 41.35%
BLUE value IS 72 (28.52% from 255) = 16.18%
R=42.47%
G=41.35%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891847200.030.620.2657.4446.9951.18
HexBDB848033E1A392f33
Octal275270110037632715763
Binary1011110110111000100100001111111011010111001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB848; }

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

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

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

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

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

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

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

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