Html Css Color HEX #C2CE94 Green Mist

📋 copy color: '#C2CE94'

red 194 ◦ green 206 ◦ blue 148

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

Shades of Green Mist #C2CE94

Tints of Green Mist #C2CE94

RGB

 RED value IS 194 (76.17% from 255) = 35.4%

 GREEN value IS 206 (80.86% from 255) = 37.59%

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

R = 35.4%
G = 37.59%
B = 27.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#C2CE94 (or 0xC2CE94) is known color: Green Mist. HEX triplet: C2, CE and 94. RGB value is (194,206,148). Sum of RGB (Red+Green+Blue) = 194+206+148=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CE94 is #3D316B. Grayscale: #C4C4C4. Windows color (decimal): -4010348 or 9752258. OLE color: 9752258.

HSL color Cylindrical-coordinate representation of color #C2CE94: hue angle of 72.41º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2CE94 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 206 148 -
CMYK 0.06 0 0.28 0.19
HSL 72.41º 0.37% 0.69% -
HSV(B) 72.41º 0.28% 0.81% -
XYZ 49.66 57.75 36.55 -
YUV 195.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 194 206 148 0.06 0 0.28 0.19 72.41 0.37 0.69
Hex C2 CE 94 6 0 1C 13 48 25 45
Octal 302 316 224 6 0 34 23 110 45 105
Binary 11000010 11001110 10010100 110 0 11100 10011 1001000 100101 1000101

Color Harmonies of #C2CE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CE94

Black with #C2CE94

Text Example


Text Example

White with #C2CE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CE94; }

 p { color: rgb(194,206,148); }

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

background-color css

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

 a { background-color: rgb(194,206,148); }

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

border-color css

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

 span { border-color: rgb(194,206,148); }

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