Html Css Color HEX #B7B96A Dark Khaki

📋 copy color: '#B7B96A'

red 183 ◦ green 185 ◦ blue 106

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

Shades of Dark Khaki #B7B96A

Tints of Dark Khaki #B7B96A

RGB

 RED value IS 183 (71.88% from 255) = 38.61%

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

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

R = 38.61%
G = 39.03%
B = 22.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B7B96A (or 0xB7B96A) is known color: Dark Khaki. HEX triplet: B7, B9 and 6A. RGB value is (183,185,106). Sum of RGB (Red+Green+Blue) = 183+185+106=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B96A is #484695. Grayscale: #AFAFAF. Windows color (decimal): -4736662 or 6994359. OLE color: 6994359.

HSL color Cylindrical-coordinate representation of color #B7B96A: hue angle of 61.52º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7B96A is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 185 106 -
CMYK 0.01 0 0.43 0.27
HSL 61.52º 0.36% 0.57% -
HSV(B) 61.52º 0.43% 0.73% -
XYZ 39.48 45.81 20.4 -
YUV 175.4 88.84 133.42 -
System Red Green Blue C M Y K H S L
Decimal 183 185 106 0.01 0 0.43 0.27 61.52 0.36 0.57
Hex B7 B9 6A 1 0 2B 1B 3E 24 39
Octal 267 271 152 1 0 53 33 76 44 71
Binary 10110111 10111001 1101010 1 0 101011 11011 111110 100100 111001

Color Harmonies of #B7B96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B96A

Black with #B7B96A

Text Example


Text Example

White with #B7B96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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