Html Css Color HEX #C0BF65 Dark Khaki

📋 copy color: '#C0BF65'

red 192 ◦ green 191 ◦ blue 101

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

Shades of Dark Khaki #C0BF65

Tints of Dark Khaki #C0BF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.87%

R = 39.67%
G = 39.46%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0BF65 (or 0xC0BF65) is known color: Dark Khaki. HEX triplet: C0, BF and 65. RGB value is (192,191,101). Sum of RGB (Red+Green+Blue) = 192+191+101=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF65 is #3F409A. Grayscale: #B5B5B5. Windows color (decimal): -4145307 or 6668224. OLE color: 6668224.

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

Color convert

RGB 192 191 101 -
CMYK 0 0.01 0.47 0.25
HSL 59.34º 0.42% 0.57% -
HSV(B) 59.34º 0.47% 0.75% -
XYZ 42.72 49.41 19.6 -
YUV 181.04 82.83 135.82 -
System Red Green Blue C M Y K H S L
Decimal 192 191 101 0 0.01 0.47 0.25 59.34 0.42 0.57
Hex C0 BF 65 0 1 2F 19 3B 2A 39
Octal 300 277 145 0 1 57 31 73 52 71
Binary 11000000 10111111 1100101 0 1 101111 11001 111011 101010 111001

Color Harmonies of #C0BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF65

Black with #C0BF65

Text Example


Text Example

White with #C0BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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