Html Css Color HEX #B6BA6C Dark Khaki

📋 copy color: '#B6BA6C'

red 182 ◦ green 186 ◦ blue 108

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

Shades of Dark Khaki #B6BA6C

Tints of Dark Khaki #B6BA6C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.08%

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

R = 38.24%
G = 39.08%
B = 22.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B6BA6C (or 0xB6BA6C) is known color: Dark Khaki. HEX triplet: B6, BA and 6C. RGB value is (182,186,108). Sum of RGB (Red+Green+Blue) = 182+186+108=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BA6C is #494593. Grayscale: #B0B0B0. Windows color (decimal): -4801940 or 7125686. OLE color: 7125686.

HSL color Cylindrical-coordinate representation of color #B6BA6C: hue angle of 63.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6BA6C is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 186 108 -
CMYK 0.02 0 0.42 0.27
HSL 63.08º 0.36% 0.58% -
HSV(B) 63.08º 0.42% 0.73% -
XYZ 39.56 46.15 21.01 -
YUV 175.91 89.67 132.34 -
System Red Green Blue C M Y K H S L
Decimal 182 186 108 0.02 0 0.42 0.27 63.08 0.36 0.58
Hex B6 BA 6C 2 0 2A 1B 3F 24 3A
Octal 266 272 154 2 0 52 33 77 44 72
Binary 10110110 10111010 1101100 10 0 101010 11011 111111 100100 111010

Color Harmonies of #B6BA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA6C

Black with #B6BA6C

Text Example


Text Example

White with #B6BA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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