Html Css Color HEX #B1B96E Dark Khaki

📋 copy color: '#B1B96E'

red 177 ◦ green 185 ◦ blue 110

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

Shades of Dark Khaki #B1B96E

Tints of Dark Khaki #B1B96E

RGB

 RED value IS 177 (69.53% from 255) = 37.5%

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

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

R = 37.5%
G = 39.19%
B = 23.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B1B96E (or 0xB1B96E) is known color: Dark Khaki. HEX triplet: B1, B9 and 6E. RGB value is (177,185,110). Sum of RGB (Red+Green+Blue) = 177+185+110=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B96E is #4E4691. Grayscale: #AEAEAE. Windows color (decimal): -5129874 or 7256497. OLE color: 7256497.

HSL color Cylindrical-coordinate representation of color #B1B96E: hue angle of 66.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1B96E is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 185 110 -
CMYK 0.04 0 0.41 0.27
HSL 66.4º 0.35% 0.58% -
HSV(B) 66.4º 0.41% 0.73% -
XYZ 38.29 45.17 21.45 -
YUV 174.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 177 185 110 0.04 0 0.41 0.27 66.4 0.35 0.58
Hex B1 B9 6E 4 0 29 1B 42 23 3A
Octal 261 271 156 4 0 51 33 102 43 72
Binary 10110001 10111001 1101110 100 0 101001 11011 1000010 100011 111010

Color Harmonies of #B1B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B96E

Black with #B1B96E

Text Example


Text Example

White with #B1B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B96E; }

 p { color: rgb(177,185,110); }

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

background-color css

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

 a { background-color: rgb(177,185,110); }

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

border-color css

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

 span { border-color: rgb(177,185,110); }

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