#BDB84D

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

Shades of Celery #BDB84D

Tints of Celery #BDB84D

Color information

#BDB84D (or 0xBDB84D) is unknown color: approx Celery. HEX triplet: BD, B8 and 4D. RGB value is (189,184,77). Sum of RGB (Red+Green+Blue) = 189+184+77=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB84D is #4247B2. Grayscale: #ADADAD. Windows color (decimal): -4343731 or 5093565. OLE color: 5093565.

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

Color convert

RGB18918477-
CMYK00.030.590.26
HSL57.32º45.9%52.16%-
HSV(B)57.32º59.26%74.12%-
XYZ39.4745.6413.75-
YUV173.373.66139.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 77 (30.47% from 255) = 17.11%
R=42%
G=40.89%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891847700.030.590.2657.3245.952.16
HexBDB84D033B1A392e34
Octal275270115037332715664
Binary1011110110111000100110101111101111010111001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB84D; }

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

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

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

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

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

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

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

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