#BDBA4A

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

Shades of Celery #BDBA4A

Tints of Celery #BDBA4A

Color information

#BDBA4A (or 0xBDBA4A) is unknown color: approx Celery. HEX triplet: BD, BA and 4A. RGB value is (189,186,74). Sum of RGB (Red+Green+Blue) = 189+186+74=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA4A is #4245B5. Grayscale: #AEAEAE. Windows color (decimal): -4343222 or 4897469. OLE color: 4897469.

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

Color convert

RGB18918674-
CMYK00.020.610.26
HSL58.43º46.56%51.57%-
HSV(B)58.43º60.85%74.12%-
XYZ39.7846.4313.34-
YUV174.1371.49138.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 74 (29.30% from 255) = 16.48%
R=42.09%
G=41.43%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891867400.020.610.2658.4346.5651.57
HexBDBA4A023D1A3a2f34
Octal275272112027532725764
Binary1011110110111010100101001011110111010111010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA4A; }

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

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

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

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

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

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

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

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