Html Css Color HEX #C0BF61 Dark Khaki

📋 copy color: '#C0BF61'

red 192 ◦ green 191 ◦ blue 97

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

Shades of Dark Khaki #C0BF61

Tints of Dark Khaki #C0BF61

RGB

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

 GREEN value IS 191 (75% from 255) = 39.79%

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

R = 40%
G = 39.79%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0BF61 (or 0xC0BF61) is known color: Dark Khaki. HEX triplet: C0, BF and 61. RGB value is (192,191,97). Sum of RGB (Red+Green+Blue) = 192+191+97=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF61 is #3F409E. Grayscale: #B4B4B4. Windows color (decimal): -4145311 or 6406080. OLE color: 6406080.

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

Color convert

RGB 192 191 97 -
CMYK 0 0.01 0.49 0.25
HSL 59.37º 0.43% 0.57% -
HSV(B) 59.37º 0.49% 0.75% -
XYZ 42.53 49.33 18.59 -
YUV 180.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 192 191 97 0 0.01 0.49 0.25 59.37 0.43 0.57
Hex C0 BF 61 0 1 31 19 3B 2B 39
Octal 300 277 141 0 1 61 31 73 53 71
Binary 11000000 10111111 1100001 0 1 110001 11001 111011 101011 111001

Color Harmonies of #C0BF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF61

Black with #C0BF61

Text Example


Text Example

White with #C0BF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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