Html Css Color HEX #B6B76C Dark Khaki

📋 copy color: '#B6B76C'

red 182 ◦ green 183 ◦ blue 108

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

Shades of Dark Khaki #B6B76C

Tints of Dark Khaki #B6B76C

RGB

 RED value IS 182 (71.48% from 255) = 38.48%

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

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

R = 38.48%
G = 38.69%
B = 22.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B6B76C (or 0xB6B76C) is known color: Dark Khaki. HEX triplet: B6, B7 and 6C. RGB value is (182,183,108). Sum of RGB (Red+Green+Blue) = 182+183+108=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B76C is #494893. Grayscale: #AEAEAE. Windows color (decimal): -4802708 or 7124918. OLE color: 7124918.

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

Color convert

RGB 182 183 108 -
CMYK 0.01 0 0.41 0.28
HSL 60.8º 0.34% 0.57% -
HSV(B) 60.8º 0.41% 0.72% -
XYZ 38.93 44.89 20.8 -
YUV 174.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 182 183 108 0.01 0 0.41 0.28 60.8 0.34 0.57
Hex B6 B7 6C 1 0 29 1C 3D 22 39
Octal 266 267 154 1 0 51 34 75 42 71
Binary 10110110 10110111 1101100 1 0 101001 11100 111101 100010 111001

Color Harmonies of #B6B76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B76C

Black with #B6B76C

Text Example


Text Example

White with #B6B76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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