#BDB93F

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

Shades of Celery #BDB93F

Tints of Celery #BDB93F

Color information

#BDB93F (or 0xBDB93F) is unknown color: approx Celery. HEX triplet: BD, B9 and 3F. RGB value is (189,185,63). Sum of RGB (Red+Green+Blue) = 189+185+63=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB93F is #4246C0. Grayscale: #ACACAC. Windows color (decimal): -4343489 or 4176317. OLE color: 4176317.

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

Color convert

RGB18918563-
CMYK00.020.670.26
HSL58.1º50%49.41%-
HSV(B)58.1º66.67%74.12%-
XYZ39.2345.8811.49-
YUV172.2966.33139.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 185 (72.66% from 255) = 42.33%
BLUE value IS 63 (25% from 255) = 14.42%
R=43.25%
G=42.33%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891856300.020.670.2658.15049.41
HexBDB93F02431A3a3231
Octal275271770210332726261
Binary1011110110111001111111010100001111010111010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB93F; }

 p { color: rgb(189,185,63); }

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

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

 a { background-color: rgb(189,185,63); }

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

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

 span { border-color: rgb(189,185,63); }

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