Html Css Color HEX #B2B76C Dark Khaki

📋 copy color: '#B2B76C'

red 178 ◦ green 183 ◦ blue 108

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

Shades of Dark Khaki #B2B76C

Tints of Dark Khaki #B2B76C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.02%

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

R = 37.95%
G = 39.02%
B = 23.03%

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

#B2B76C (or 0xB2B76C) is known color: Dark Khaki. HEX triplet: B2, B7 and 6C. RGB value is (178,183,108). Sum of RGB (Red+Green+Blue) = 178+183+108=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B76C is #4D4893. Grayscale: #ADADAD. Windows color (decimal): -5064852 or 7124914. OLE color: 7124914.

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

Color convert

RGB 178 183 108 -
CMYK 0.03 0 0.41 0.28
HSL 64º 0.34% 0.57% -
HSV(B) 64º 0.41% 0.72% -
XYZ 38 44.41 20.76 -
YUV 172.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 178 183 108 0.03 0 0.41 0.28 64 0.34 0.57
Hex B2 B7 6C 3 0 29 1C 40 22 39
Octal 262 267 154 3 0 51 34 100 42 71
Binary 10110010 10110111 1101100 11 0 101001 11100 1000000 100010 111001

Color Harmonies of #B2B76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B76C

Black with #B2B76C

Text Example


Text Example

White with #B2B76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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