Html Css Color HEX #B1B96F Dark Khaki

📋 copy color: '#B1B96F'

red 177 ◦ green 185 ◦ blue 111

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

Shades of Dark Khaki #B1B96F

Tints of Dark Khaki #B1B96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.47%

R = 37.42%
G = 39.11%
B = 23.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B1B96F (or 0xB1B96F) is known color: Dark Khaki. HEX triplet: B1, B9 and 6F. RGB value is (177,185,111). Sum of RGB (Red+Green+Blue) = 177+185+111=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B96F is #4E4690. Grayscale: #AEAEAE. Windows color (decimal): -5129873 or 7322033. OLE color: 7322033.

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

Color convert

RGB 177 185 111 -
CMYK 0.04 0 0.4 0.27
HSL 66.49º 0.35% 0.58% -
HSV(B) 66.49º 0.4% 0.73% -
XYZ 38.35 45.19 21.74 -
YUV 174.17 92.35 130.02 -
System Red Green Blue C M Y K H S L
Decimal 177 185 111 0.04 0 0.4 0.27 66.49 0.35 0.58
Hex B1 B9 6F 4 0 28 1B 42 23 3A
Octal 261 271 157 4 0 50 33 102 43 72
Binary 10110001 10111001 1101111 100 0 101000 11011 1000010 100011 111010

Color Harmonies of #B1B96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B96F

Black with #B1B96F

Text Example


Text Example

White with #B1B96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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