Html Css Color HEX #BDB96A Dark Khaki

📋 copy color: '#BDB96A'

red 189 ◦ green 185 ◦ blue 106

#BDB96A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BDB96A

Tints of Dark Khaki #BDB96A

RGB

 RED value IS 189 (74.22% from 255) = 39.38%

 GREEN value IS 185 (72.66% from 255) = 38.54%

 BLUE value IS 106 (41.8% from 255) = 22.08%

R = 39.38%
G = 38.54%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDB96A (or 0xBDB96A) is known color: Dark Khaki. HEX triplet: BD, B9 and 6A. RGB value is (189,185,106). Sum of RGB (Red+Green+Blue) = 189+185+106=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB96A is #424695. Grayscale: #B1B1B1. Windows color (decimal): -4343446 or 6994365. OLE color: 6994365.

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

Color convert

RGB 189 185 106 -
CMYK 0 0.02 0.44 0.26
HSL 57.11º 0.39% 0.58% -
HSV(B) 57.11º 0.44% 0.74% -
XYZ 40.94 46.56 20.46 -
YUV 177.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 189 185 106 0 0.02 0.44 0.26 57.11 0.39 0.58
Hex BD B9 6A 0 2 2C 1A 39 27 3A
Octal 275 271 152 0 2 54 32 71 47 72
Binary 10111101 10111001 1101010 0 10 101100 11010 111001 100111 111010

Color Harmonies of #BDB96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB96A

Black with #BDB96A

Text Example


Text Example

White with #BDB96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB96A; }

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

 H1.HeaderClassName
 {
   color: #BDB96A;
 }
 .AnyTagClassName
 {
   color: #BDB96A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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