Html Css Color HEX #C0C690 Green Mist

📋 copy color: '#C0C690'

red 192 ◦ green 198 ◦ blue 144

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

Shades of Green Mist #C0C690

Tints of Green Mist #C0C690

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.08%

 BLUE value IS 144 (56.64% from 255) = 26.97%

R = 35.96%
G = 37.08%
B = 26.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C0C690 (or 0xC0C690) is known color: Green Mist. HEX triplet: C0, C6 and 90. RGB value is (192,198,144). Sum of RGB (Red+Green+Blue) = 192+198+144=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C690 is #3F396F. Grayscale: #BEBEBE. Windows color (decimal): -4143472 or 9488064. OLE color: 9488064.

HSL color Cylindrical-coordinate representation of color #C0C690: hue angle of 66.67º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0C690 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 198 144 -
CMYK 0.03 0 0.27 0.22
HSL 66.67º 0.32% 0.67% -
HSV(B) 66.67º 0.27% 0.78% -
XYZ 46.97 53.61 34.26 -
YUV 190.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 192 198 144 0.03 0 0.27 0.22 66.67 0.32 0.67
Hex C0 C6 90 3 0 1B 16 43 20 43
Octal 300 306 220 3 0 33 26 103 40 103
Binary 11000000 11000110 10010000 11 0 11011 10110 1000011 100000 1000011

Color Harmonies of #C0C690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C690

Black with #C0C690

Text Example


Text Example

White with #C0C690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C690; }

 p { color: rgb(192,198,144); }

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

background-color css

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

 a { background-color: rgb(192,198,144); }

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

border-color css

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

 span { border-color: rgb(192,198,144); }

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