#BDB98B

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

Shades of Coriander #BDB98B

Tints of Coriander #BDB98B

Color information

#BDB98B (or 0xBDB98B) is unknown color: approx Coriander. HEX triplet: BD, B9 and 8B. RGB value is (189,185,139). Sum of RGB (Red+Green+Blue) = 189+185+139=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB98B is #424674. Grayscale: #B5B5B5. Windows color (decimal): -4343413 or 9157053. OLE color: 9157053.

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

Color convert

RGB189185139-
CMYK00.020.260.26
HSL55.2º27.47%64.31%-
HSV(B)55.2º26.46%74.12%-
XYZ4347.3831.31-
YUV180.95104.33133.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 185 (72.66% from 255) = 36.06%
BLUE value IS 139 (54.69% from 255) = 27.10%
R=36.84%
G=36.06%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918513900.020.260.2655.227.4764.31
HexBDB98B021A1A371b40
Octal2752712130232326733100
Binary1011110110111001100010110101101011010110111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB98B; }

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

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

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

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

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

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

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

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