Html Css Color HEX #C0BD61 Dark Khaki

📋 copy color: '#C0BD61'

red 192 ◦ green 189 ◦ blue 97

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

Shades of Dark Khaki #C0BD61

Tints of Dark Khaki #C0BD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.29%

R = 40.17%
G = 39.54%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0BD61 (or 0xC0BD61) is known color: Dark Khaki. HEX triplet: C0, BD and 61. RGB value is (192,189,97). Sum of RGB (Red+Green+Blue) = 192+189+97=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD61 is #3F429E. Grayscale: #B3B3B3. Windows color (decimal): -4145823 or 6405568. OLE color: 6405568.

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

Color convert

RGB 192 189 97 -
CMYK 0 0.02 0.49 0.25
HSL 58.11º 0.43% 0.57% -
HSV(B) 58.11º 0.49% 0.75% -
XYZ 42.09 48.46 18.45 -
YUV 179.41 81.49 136.98 -
System Red Green Blue C M Y K H S L
Decimal 192 189 97 0 0.02 0.49 0.25 58.11 0.43 0.57
Hex C0 BD 61 0 2 31 19 3A 2B 39
Octal 300 275 141 0 2 61 31 72 53 71
Binary 11000000 10111101 1100001 0 10 110001 11001 111010 101011 111001

Color Harmonies of #C0BD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD61

Black with #C0BD61

Text Example


Text Example

White with #C0BD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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