Html Css Color HEX #C3CC8D Green Mist

📋 copy color: '#C3CC8D'

red 195 ◦ green 204 ◦ blue 141

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

Shades of Green Mist #C3CC8D

Tints of Green Mist #C3CC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.11%

R = 36.11%
G = 37.78%
B = 26.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#C3CC8D (or 0xC3CC8D) is known color: Green Mist. HEX triplet: C3, CC and 8D. RGB value is (195,204,141). Sum of RGB (Red+Green+Blue) = 195+204+141=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CC8D is #3C3372. Grayscale: #C2C2C2. Windows color (decimal): -3945331 or 9292995. OLE color: 9292995.

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

Color convert

RGB 195 204 141 -
CMYK 0.04 0 0.31 0.2
HSL 68.57º 0.38% 0.68% -
HSV(B) 68.57º 0.31% 0.8% -
XYZ 48.91 56.71 33.57 -
YUV 194.13 98.02 128.62 -
System Red Green Blue C M Y K H S L
Decimal 195 204 141 0.04 0 0.31 0.2 68.57 0.38 0.68
Hex C3 CC 8D 4 0 1F 14 45 26 44
Octal 303 314 215 4 0 37 24 105 46 104
Binary 11000011 11001100 10001101 100 0 11111 10100 1000101 100110 1000100

Color Harmonies of #C3CC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CC8D

Black with #C3CC8D

Text Example


Text Example

White with #C3CC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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