#BDBA4C

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

Shades of Celery #BDBA4C

Tints of Celery #BDBA4C

Color information

#BDBA4C (or 0xBDBA4C) is unknown color: approx Celery. HEX triplet: BD, BA and 4C. RGB value is (189,186,76). Sum of RGB (Red+Green+Blue) = 189+186+76=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA4C is #4245B3. Grayscale: #AEAEAE. Windows color (decimal): -4343220 or 5028541. OLE color: 5028541.

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

Color convert

RGB18918676-
CMYK00.020.600.26
HSL58.41º46.12%51.96%-
HSV(B)58.41º59.79%74.12%-
XYZ39.8546.4613.7-
YUV174.3672.49138.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 186 (73.05% from 255) = 41.24%
BLUE value IS 76 (30.08% from 255) = 16.85%
R=41.91%
G=41.24%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891867600.020.600.2658.4146.1251.96
HexBDBA4C023C1A3a2e34
Octal275272114027432725664
Binary1011110110111010100110001011110011010111010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA4C; }

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

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

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

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

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

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

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

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