Html Css Color HEX #B0AD6E Dark Khaki

📋 copy color: '#B0AD6E'

red 176 ◦ green 173 ◦ blue 110

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

Shades of Dark Khaki #B0AD6E

Tints of Dark Khaki #B0AD6E

RGB

 RED value IS 176 (69.14% from 255) = 38.34%

 GREEN value IS 173 (67.97% from 255) = 37.69%

 BLUE value IS 110 (43.36% from 255) = 23.97%

R = 38.34%
G = 37.69%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0AD6E (or 0xB0AD6E) is known color: Dark Khaki. HEX triplet: B0, AD and 6E. RGB value is (176,173,110). Sum of RGB (Red+Green+Blue) = 176+173+110=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD6E is #4F5291. Grayscale: #A6A6A6. Windows color (decimal): -5198482 or 7253424. OLE color: 7253424.

HSL color Cylindrical-coordinate representation of color #B0AD6E: hue angle of 57.27º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0AD6E is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 173 110 -
CMYK 0 0.02 0.37 0.31
HSL 57.27º 0.29% 0.56% -
HSV(B) 57.27º 0.38% 0.69% -
XYZ 35.66 40.24 20.64 -
YUV 166.72 95.99 134.62 -
System Red Green Blue C M Y K H S L
Decimal 176 173 110 0 0.02 0.37 0.31 57.27 0.29 0.56
Hex B0 AD 6E 0 2 25 1F 39 1D 38
Octal 260 255 156 0 2 45 37 71 35 70
Binary 10110000 10101101 1101110 0 10 100101 11111 111001 11101 111000

Color Harmonies of #B0AD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD6E

Black with #B0AD6E

Text Example


Text Example

White with #B0AD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD6E; }

 p { color: rgb(176,173,110); }

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

background-color css

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

 a { background-color: rgb(176,173,110); }

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

border-color css

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

 span { border-color: rgb(176,173,110); }

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