Html Css Color HEX #B2B96E Dark Khaki

📋 copy color: '#B2B96E'

red 178 ◦ green 185 ◦ blue 110

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

Shades of Dark Khaki #B2B96E

Tints of Dark Khaki #B2B96E

RGB

 RED value IS 178 (69.92% from 255) = 37.63%

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

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

R = 37.63%
G = 39.11%
B = 23.26%

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

#B2B96E (or 0xB2B96E) is known color: Dark Khaki. HEX triplet: B2, B9 and 6E. RGB value is (178,185,110). Sum of RGB (Red+Green+Blue) = 178+185+110=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B96E is #4D4691. Grayscale: #AEAEAE. Windows color (decimal): -5064338 or 7256498. OLE color: 7256498.

HSL color Cylindrical-coordinate representation of color #B2B96E: hue angle of 65.6º 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 #B2B96E is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 110 -
CMYK 0.04 0 0.41 0.27
HSL 65.6º 0.35% 0.58% -
HSV(B) 65.6º 0.41% 0.73% -
XYZ 38.52 45.29 21.46 -
YUV 174.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 178 185 110 0.04 0 0.41 0.27 65.6 0.35 0.58
Hex B2 B9 6E 4 0 29 1B 42 23 3A
Octal 262 271 156 4 0 51 33 102 43 72
Binary 10110010 10111001 1101110 100 0 101001 11011 1000010 100011 111010

Color Harmonies of #B2B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B96E

Black with #B2B96E

Text Example


Text Example

White with #B2B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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