Html Css Color HEX #C0BF62 Dark Khaki

📋 copy color: '#C0BF62'

red 192 ◦ green 191 ◦ blue 98

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

Shades of Dark Khaki #C0BF62

Tints of Dark Khaki #C0BF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.37%

R = 39.92%
G = 39.71%
B = 20.37%

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

#C0BF62 (or 0xC0BF62) is known color: Dark Khaki. HEX triplet: C0, BF and 62. RGB value is (192,191,98). Sum of RGB (Red+Green+Blue) = 192+191+98=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF62 is #3F409D. Grayscale: #B5B5B5. Windows color (decimal): -4145310 or 6471616. OLE color: 6471616.

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

Color convert

RGB 192 191 98 -
CMYK 0 0.01 0.49 0.25
HSL 59.36º 0.43% 0.57% -
HSV(B) 59.36º 0.49% 0.75% -
XYZ 42.57 49.35 18.84 -
YUV 180.7 81.33 136.06 -
System Red Green Blue C M Y K H S L
Decimal 192 191 98 0 0.01 0.49 0.25 59.36 0.43 0.57
Hex C0 BF 62 0 1 31 19 3B 2B 39
Octal 300 277 142 0 1 61 31 73 53 71
Binary 11000000 10111111 1100010 0 1 110001 11001 111011 101011 111001

Color Harmonies of #C0BF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF62

Black with #C0BF62

Text Example


Text Example

White with #C0BF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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