Html Css Color HEX #C0B76C Dark Khaki

📋 copy color: '#C0B76C'

red 192 ◦ green 183 ◦ blue 108

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

Shades of Dark Khaki #C0B76C

Tints of Dark Khaki #C0B76C

RGB

 RED value IS 192 (75.39% from 255) = 39.75%

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

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

R = 39.75%
G = 37.89%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0B76C (or 0xC0B76C) is known color: Dark Khaki. HEX triplet: C0, B7 and 6C. RGB value is (192,183,108). Sum of RGB (Red+Green+Blue) = 192+183+108=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B76C is #3F4893. Grayscale: #B1B1B1. Windows color (decimal): -4147348 or 7124928. OLE color: 7124928.

HSL color Cylindrical-coordinate representation of color #C0B76C: hue angle of 53.57º 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 #C0B76C is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 183 108 -
CMYK 0 0.05 0.44 0.25
HSL 53.57º 0.4% 0.59% -
HSV(B) 53.57º 0.44% 0.75% -
XYZ 41.38 46.16 20.92 -
YUV 177.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 192 183 108 0 0.05 0.44 0.25 53.57 0.4 0.59
Hex C0 B7 6C 0 5 2C 19 36 28 3B
Octal 300 267 154 0 5 54 31 66 50 73
Binary 11000000 10110111 1101100 0 101 101100 11001 110110 101000 111011

Color Harmonies of #C0B76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B76C

Black with #C0B76C

Text Example


Text Example

White with #C0B76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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