Html Css Color HEX #C4CC94 Green Mist

📋 copy color: '#C4CC94'

red 196 ◦ green 204 ◦ blue 148

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

Shades of Green Mist #C4CC94

Tints of Green Mist #C4CC94

RGB

 RED value IS 196 (76.95% from 255) = 35.77%

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

 BLUE value IS 148 (58.2% from 255) = 27.01%

R = 35.77%
G = 37.23%
B = 27.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#C4CC94 (or 0xC4CC94) is known color: Green Mist. HEX triplet: C4, CC and 94. RGB value is (196,204,148). Sum of RGB (Red+Green+Blue) = 196+204+148=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CC94 is #3B336B. Grayscale: #C3C3C3. Windows color (decimal): -3879788 or 9751748. OLE color: 9751748.

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

Color convert

RGB 196 204 148 -
CMYK 0.04 0 0.27 0.2
HSL 68.57º 0.35% 0.69% -
HSV(B) 68.57º 0.27% 0.8% -
XYZ 49.7 57.06 36.41 -
YUV 195.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 196 204 148 0.04 0 0.27 0.2 68.57 0.35 0.69
Hex C4 CC 94 4 0 1B 14 45 23 45
Octal 304 314 224 4 0 33 24 105 43 105
Binary 11000100 11001100 10010100 100 0 11011 10100 1000101 100011 1000101

Color Harmonies of #C4CC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CC94

Black with #C4CC94

Text Example


Text Example

White with #C4CC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CC94; }

 p { color: rgb(196,204,148); }

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

background-color css

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

 a { background-color: rgb(196,204,148); }

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

border-color css

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

 span { border-color: rgb(196,204,148); }

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