#BDB98D

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

Shades of Coriander #BDB98D

Tints of Coriander #BDB98D

Color information

#BDB98D (or 0xBDB98D) is unknown color: approx Coriander. HEX triplet: BD, B9 and 8D. RGB value is (189,185,141). Sum of RGB (Red+Green+Blue) = 189+185+141=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB98D is #424672. Grayscale: #B5B5B5. Windows color (decimal): -4343411 or 9288125. OLE color: 9288125.

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

Color convert

RGB189185141-
CMYK00.020.250.26
HSL55º26.67%64.71%-
HSV(B)55º25.4%74.12%-
XYZ43.1447.4432.08-
YUV181.18105.33133.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 185 (72.66% from 255) = 35.92%
BLUE value IS 141 (55.47% from 255) = 27.38%
R=36.70%
G=35.92%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918514100.020.250.265526.6764.71
HexBDB98D02191A371b41
Octal2752712150231326733101
Binary1011110110111001100011010101100111010110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB98D; }

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

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

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

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

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

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

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

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