Html Css Color HEX #C0C36E Dark Khaki

📋 copy color: '#C0C36E'

red 192 ◦ green 195 ◦ blue 110

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

Shades of Dark Khaki #C0C36E

Tints of Dark Khaki #C0C36E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.24%

 BLUE value IS 110 (43.36% from 255) = 22.13%

R = 38.63%
G = 39.24%
B = 22.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C0C36E (or 0xC0C36E) is known color: Dark Khaki. HEX triplet: C0, C3 and 6E. RGB value is (192,195,110). Sum of RGB (Red+Green+Blue) = 192+195+110=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C36E is #3F3C91. Grayscale: #B8B8B8. Windows color (decimal): -4144274 or 7259072. OLE color: 7259072.

HSL color Cylindrical-coordinate representation of color #C0C36E: hue angle of 62.12º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0C36E is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 110 -
CMYK 0.02 0 0.44 0.24
HSL 62.12º 0.41% 0.6% -
HSV(B) 62.12º 0.44% 0.76% -
XYZ 44.07 51.36 22.34 -
YUV 184.41 86.01 133.41 -
System Red Green Blue C M Y K H S L
Decimal 192 195 110 0.02 0 0.44 0.24 62.12 0.41 0.6
Hex C0 C3 6E 2 0 2C 18 3E 29 3C
Octal 300 303 156 2 0 54 30 76 51 74
Binary 11000000 11000011 1101110 10 0 101100 11000 111110 101001 111100

Color Harmonies of #C0C36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C36E

Black with #C0C36E

Text Example


Text Example

White with #C0C36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C36E; }

 p { color: rgb(192,195,110); }

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

background-color css

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

 a { background-color: rgb(192,195,110); }

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

border-color css

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

 span { border-color: rgb(192,195,110); }

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