Html Css Color HEX #C3CC8E Green Mist

📋 copy color: '#C3CC8E'

red 195 ◦ green 204 ◦ blue 142

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

Shades of Green Mist #C3CC8E

Tints of Green Mist #C3CC8E

RGB

 RED value IS 195 (76.56% from 255) = 36.04%

 GREEN value IS 204 (80.08% from 255) = 37.71%

 BLUE value IS 142 (55.86% from 255) = 26.25%

R = 36.04%
G = 37.71%
B = 26.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#C3CC8E (or 0xC3CC8E) is known color: Green Mist. HEX triplet: C3, CC and 8E. RGB value is (195,204,142). Sum of RGB (Red+Green+Blue) = 195+204+142=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CC8E is #3C3371. Grayscale: #C2C2C2. Windows color (decimal): -3945330 or 9358531. OLE color: 9358531.

HSL color Cylindrical-coordinate representation of color #C3CC8E: hue angle of 68.71º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3CC8E is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 204 142 -
CMYK 0.04 0 0.30 0.2
HSL 68.71º 0.38% 0.68% -
HSV(B) 68.71º 0.3% 0.8% -
XYZ 48.98 56.74 33.96 -
YUV 194.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 195 204 142 0.04 0 0.30 0.2 68.71 0.38 0.68
Hex C3 CC 8E 4 0 1E 14 45 26 44
Octal 303 314 216 4 0 36 24 105 46 104
Binary 11000011 11001100 10001110 100 0 11110 10100 1000101 100110 1000100

Color Harmonies of #C3CC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CC8E

Black with #C3CC8E

Text Example


Text Example

White with #C3CC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CC8E; }

 p { color: rgb(195,204,142); }

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

background-color css

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

 a { background-color: rgb(195,204,142); }

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

border-color css

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

 span { border-color: rgb(195,204,142); }

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