#BDBA4E

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

Shades of Celery #BDBA4E

Tints of Celery #BDBA4E

Color information

#BDBA4E (or 0xBDBA4E) is unknown color: approx Celery. HEX triplet: BD, BA and 4E. RGB value is (189,186,78). Sum of RGB (Red+Green+Blue) = 189+186+78=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA4E is #4245B1. Grayscale: #AFAFAF. Windows color (decimal): -4343218 or 5159613. OLE color: 5159613.

HSL color Cylindrical-coordinate representation of color #BDBA4E: hue angle of 58.38º 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 #BDBA4E is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18918678-
CMYK00.020.590.26
HSL58.38º45.68%52.35%-
HSV(B)58.38º58.73%74.12%-
XYZ39.9246.4914.08-
YUV174.5873.49138.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 186 (73.05% from 255) = 41.06%
BLUE value IS 78 (30.86% from 255) = 17.22%
R=41.72%
G=41.06%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891867800.020.590.2658.3845.6852.35
HexBDBA4E023B1A3a2e34
Octal275272116027332725664
Binary1011110110111010100111001011101111010111010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA4E; }

 p { color: rgb(189,186,78); }

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

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

 a { background-color: rgb(189,186,78); }

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

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

 span { border-color: rgb(189,186,78); }

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