Html Css Color HEX #B2B86D Dark Khaki

📋 copy color: '#B2B86D'

red 178 ◦ green 184 ◦ blue 109

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

Shades of Dark Khaki #B2B86D

Tints of Dark Khaki #B2B86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.14%

R = 37.79%
G = 39.07%
B = 23.14%

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

#B2B86D (or 0xB2B86D) is known color: Dark Khaki. HEX triplet: B2, B8 and 6D. RGB value is (178,184,109). Sum of RGB (Red+Green+Blue) = 178+184+109=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B86D is #4D4792. Grayscale: #ADADAD. Windows color (decimal): -5064595 or 7190706. OLE color: 7190706.

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

Color convert

RGB 178 184 109 -
CMYK 0.03 0 0.41 0.28
HSL 64.8º 0.35% 0.57% -
HSV(B) 64.8º 0.41% 0.72% -
XYZ 38.26 44.85 21.11 -
YUV 173.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 178 184 109 0.03 0 0.41 0.28 64.8 0.35 0.57
Hex B2 B8 6D 3 0 29 1C 41 23 39
Octal 262 270 155 3 0 51 34 101 43 71
Binary 10110010 10111000 1101101 11 0 101001 11100 1000001 100011 111001

Color Harmonies of #B2B86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B86D

Black with #B2B86D

Text Example


Text Example

White with #B2B86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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