Html Css Color HEX #C0BF63 Dark Khaki

📋 copy color: '#C0BF63'

red 192 ◦ green 191 ◦ blue 99

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

Shades of Dark Khaki #C0BF63

Tints of Dark Khaki #C0BF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.54%

R = 39.83%
G = 39.63%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0BF63 (or 0xC0BF63) is known color: Dark Khaki. HEX triplet: C0, BF and 63. RGB value is (192,191,99). Sum of RGB (Red+Green+Blue) = 192+191+99=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF63 is #3F409C. Grayscale: #B5B5B5. Windows color (decimal): -4145309 or 6537152. OLE color: 6537152.

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

Color convert

RGB 192 191 99 -
CMYK 0 0.01 0.48 0.25
HSL 59.35º 0.42% 0.57% -
HSV(B) 59.35º 0.48% 0.75% -
XYZ 42.62 49.37 19.09 -
YUV 180.81 81.83 135.98 -
System Red Green Blue C M Y K H S L
Decimal 192 191 99 0 0.01 0.48 0.25 59.35 0.42 0.57
Hex C0 BF 63 0 1 30 19 3B 2A 39
Octal 300 277 143 0 1 60 31 73 52 71
Binary 11000000 10111111 1100011 0 1 110000 11001 111011 101010 111001

Color Harmonies of #C0BF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF63

Black with #C0BF63

Text Example


Text Example

White with #C0BF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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