Html Css Color HEX #C0CA96 Green Mist

📋 copy color: '#C0CA96'

red 192 ◦ green 202 ◦ blue 150

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

Shades of Green Mist #C0CA96

Tints of Green Mist #C0CA96

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.13%

 BLUE value IS 150 (58.98% from 255) = 27.57%

R = 35.29%
G = 37.13%
B = 27.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C0CA96 (or 0xC0CA96) is known color: Green Mist. HEX triplet: C0, CA and 96. RGB value is (192,202,150). Sum of RGB (Red+Green+Blue) = 192+202+150=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CA96 is #3F3569. Grayscale: #C1C1C1. Windows color (decimal): -4142442 or 9882304. OLE color: 9882304.

HSL color Cylindrical-coordinate representation of color #C0CA96: hue angle of 71.54º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0CA96 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 202 150 -
CMYK 0.05 0 0.26 0.21
HSL 71.54º 0.33% 0.69% -
HSV(B) 71.54º 0.26% 0.79% -
XYZ 48.36 55.65 37.05 -
YUV 193.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 192 202 150 0.05 0 0.26 0.21 71.54 0.33 0.69
Hex C0 CA 96 5 0 1A 15 48 21 45
Octal 300 312 226 5 0 32 25 110 41 105
Binary 11000000 11001010 10010110 101 0 11010 10101 1001000 100001 1000101

Color Harmonies of #C0CA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA96

Black with #C0CA96

Text Example


Text Example

White with #C0CA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA96; }

 p { color: rgb(192,202,150); }

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

background-color css

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

 a { background-color: rgb(192,202,150); }

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

border-color css

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

 span { border-color: rgb(192,202,150); }

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