Html Css Color HEX #C0BD60 Dark Khaki

📋 copy color: '#C0BD60'

red 192 ◦ green 189 ◦ blue 96

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

Shades of Dark Khaki #C0BD60

Tints of Dark Khaki #C0BD60

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.62%

 BLUE value IS 96 (37.89% from 255) = 20.13%

R = 40.25%
G = 39.62%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C0BD60 (or 0xC0BD60) is known color: Dark Khaki. HEX triplet: C0, BD and 60. RGB value is (192,189,96). Sum of RGB (Red+Green+Blue) = 192+189+96=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD60 is #3F429F. Grayscale: #B3B3B3. Windows color (decimal): -4145824 or 6340032. OLE color: 6340032.

HSL color Cylindrical-coordinate representation of color #C0BD60: hue angle of 58.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0BD60 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 189 96 -
CMYK 0 0.02 0.50 0.25
HSL 58.13º 0.43% 0.56% -
HSV(B) 58.13º 0.5% 0.75% -
XYZ 42.05 48.45 18.2 -
YUV 179.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 192 189 96 0 0.02 0.50 0.25 58.13 0.43 0.56
Hex C0 BD 60 0 2 32 19 3A 2B 38
Octal 300 275 140 0 2 62 31 72 53 70
Binary 11000000 10111101 1100000 0 10 110010 11001 111010 101011 111000

Color Harmonies of #C0BD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD60

Black with #C0BD60

Text Example


Text Example

White with #C0BD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD60; }

 p { color: rgb(192,189,96); }

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

background-color css

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

 a { background-color: rgb(192,189,96); }

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

border-color css

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

 span { border-color: rgb(192,189,96); }

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