Html Css Color HEX #B2B86C Dark Khaki

📋 copy color: '#B2B86C'

red 178 ◦ green 184 ◦ blue 108

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

Shades of Dark Khaki #B2B86C

Tints of Dark Khaki #B2B86C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.15%

 BLUE value IS 108 (42.58% from 255) = 22.98%

R = 37.87%
G = 39.15%
B = 22.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B2B86C (or 0xB2B86C) is known color: Dark Khaki. HEX triplet: B2, B8 and 6C. RGB value is (178,184,108). Sum of RGB (Red+Green+Blue) = 178+184+108=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B86C is #4D4793. Grayscale: #ADADAD. Windows color (decimal): -5064596 or 7125170. OLE color: 7125170.

HSL color Cylindrical-coordinate representation of color #B2B86C: hue angle of 64.74º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2B86C is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 184 108 -
CMYK 0.03 0 0.41 0.28
HSL 64.74º 0.35% 0.57% -
HSV(B) 64.74º 0.41% 0.72% -
XYZ 38.21 44.83 20.83 -
YUV 173.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 178 184 108 0.03 0 0.41 0.28 64.74 0.35 0.57
Hex B2 B8 6C 3 0 29 1C 41 23 39
Octal 262 270 154 3 0 51 34 101 43 71
Binary 10110010 10111000 1101100 11 0 101001 11100 1000001 100011 111001

Color Harmonies of #B2B86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B86C

Black with #B2B86C

Text Example


Text Example

White with #B2B86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B86C; }

 p { color: rgb(178,184,108); }

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

background-color css

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

 a { background-color: rgb(178,184,108); }

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

border-color css

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

 span { border-color: rgb(178,184,108); }

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