Html Css Color HEX #B2B86B Dark Khaki

📋 copy color: '#B2B86B'

red 178 ◦ green 184 ◦ blue 107

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

Shades of Dark Khaki #B2B86B

Tints of Dark Khaki #B2B86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.81%

R = 37.95%
G = 39.23%
B = 22.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B2B86B (or 0xB2B86B) is known color: Dark Khaki. HEX triplet: B2, B8 and 6B. RGB value is (178,184,107). Sum of RGB (Red+Green+Blue) = 178+184+107=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B86B is #4D4794. Grayscale: #ADADAD. Windows color (decimal): -5064597 or 7059634. OLE color: 7059634.

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

Color convert

RGB 178 184 107 -
CMYK 0.03 0 0.42 0.28
HSL 64.68º 0.35% 0.57% -
HSV(B) 64.68º 0.42% 0.72% -
XYZ 38.15 44.81 20.55 -
YUV 173.43 90.51 131.26 -
System Red Green Blue C M Y K H S L
Decimal 178 184 107 0.03 0 0.42 0.28 64.68 0.35 0.57
Hex B2 B8 6B 3 0 2A 1C 41 23 39
Octal 262 270 153 3 0 52 34 101 43 71
Binary 10110010 10111000 1101011 11 0 101010 11100 1000001 100011 111001

Color Harmonies of #B2B86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B86B

Black with #B2B86B

Text Example


Text Example

White with #B2B86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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