Html Css Color HEX #B9C06C Dark Khaki

📋 copy color: '#B9C06C'

red 185 ◦ green 192 ◦ blue 108

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

Shades of Dark Khaki #B9C06C

Tints of Dark Khaki #B9C06C

RGB

 RED value IS 185 (72.66% from 255) = 38.14%

 GREEN value IS 192 (75.39% from 255) = 39.59%

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

R = 38.14%
G = 39.59%
B = 22.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#B9C06C (or 0xB9C06C) is known color: Dark Khaki. HEX triplet: B9, C0 and 6C. RGB value is (185,192,108). Sum of RGB (Red+Green+Blue) = 185+192+108=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C06C is #463F93. Grayscale: #B4B4B4. Windows color (decimal): -4603796 or 7127225. OLE color: 7127225.

HSL color Cylindrical-coordinate representation of color #B9C06C: hue angle of 65º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9C06C is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 108 -
CMYK 0.04 0 0.44 0.25
HSL 65º 0.4% 0.59% -
HSV(B) 65º 0.44% 0.75% -
XYZ 41.56 49.1 21.47 -
YUV 180.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 185 192 108 0.04 0 0.44 0.25 65 0.4 0.59
Hex B9 C0 6C 4 0 2C 19 41 28 3B
Octal 271 300 154 4 0 54 31 101 50 73
Binary 10111001 11000000 1101100 100 0 101100 11001 1000001 101000 111011

Color Harmonies of #B9C06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C06C

Black with #B9C06C

Text Example


Text Example

White with #B9C06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C06C; }

 p { color: rgb(185,192,108); }

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

background-color css

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

 a { background-color: rgb(185,192,108); }

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

border-color css

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

 span { border-color: rgb(185,192,108); }

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