Html Css Color HEX #B9BD6A Dark Khaki

📋 copy color: '#B9BD6A'

red 185 ◦ green 189 ◦ blue 106

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

Shades of Dark Khaki #B9BD6A

Tints of Dark Khaki #B9BD6A

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

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

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

Color convert

RGB 185 189 106 -
CMYK 0.02 0 0.44 0.26
HSL 62.89º 0.39% 0.58% -
HSV(B) 62.89º 0.44% 0.74% -
XYZ 40.81 47.75 20.7 -
YUV 178.34 87.17 132.75 -
System Red Green Blue C M Y K H S L
Decimal 185 189 106 0.02 0 0.44 0.26 62.89 0.39 0.58
Hex B9 BD 6A 2 0 2C 1A 3F 27 3A
Octal 271 275 152 2 0 54 32 77 47 72
Binary 10111001 10111101 1101010 10 0 101100 11010 111111 100111 111010

Color Harmonies of #B9BD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD6A

Black with #B9BD6A

Text Example


Text Example

White with #B9BD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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