#BDB648

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

Shades of Celery #BDB648

Tints of Celery #BDB648

Color information

#BDB648 (or 0xBDB648) is unknown color: approx Celery. HEX triplet: BD, B6 and 48. RGB value is (189,182,72). Sum of RGB (Red+Green+Blue) = 189+182+72=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB648 is #4249B7. Grayscale: #ABABAB. Windows color (decimal): -4344248 or 4765373. OLE color: 4765373.

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

Color convert

RGB18918272-
CMYK00.040.620.26
HSL56.41º46.99%51.18%-
HSV(B)56.41º61.9%74.12%-
XYZ38.8844.7412.72-
YUV171.5571.82140.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 72 (28.52% from 255) = 16.25%
R=42.66%
G=41.08%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891827200.040.620.2656.4146.9951.18
HexBDB648043E1A382f33
Octal275266110047632705763
Binary10111101101101101001000010011111011010111000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB648; }

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

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

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

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

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

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

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

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