Html Css Color HEX #C2C98F Green Mist

📋 copy color: '#C2C98F'

red 194 ◦ green 201 ◦ blue 143

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

Shades of Green Mist #C2C98F

Tints of Green Mist #C2C98F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.36%

 BLUE value IS 143 (56.25% from 255) = 26.58%

R = 36.06%
G = 37.36%
B = 26.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C2C98F (or 0xC2C98F) is known color: Green Mist. HEX triplet: C2, C9 and 8F. RGB value is (194,201,143). Sum of RGB (Red+Green+Blue) = 194+201+143=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C98F is #3D3670. Grayscale: #C0C0C0. Windows color (decimal): -4011633 or 9423298. OLE color: 9423298.

HSL color Cylindrical-coordinate representation of color #C2C98F: hue angle of 67.24º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2C98F is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 201 143 -
CMYK 0.03 0 0.29 0.21
HSL 67.24º 0.35% 0.67% -
HSV(B) 67.24º 0.29% 0.79% -
XYZ 48.09 55.23 34.11 -
YUV 192.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 194 201 143 0.03 0 0.29 0.21 67.24 0.35 0.67
Hex C2 C9 8F 3 0 1D 15 43 23 43
Octal 302 311 217 3 0 35 25 103 43 103
Binary 11000010 11001001 10001111 11 0 11101 10101 1000011 100011 1000011

Color Harmonies of #C2C98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C98F

Black with #C2C98F

Text Example


Text Example

White with #C2C98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C98F; }

 p { color: rgb(194,201,143); }

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

background-color css

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

 a { background-color: rgb(194,201,143); }

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

border-color css

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

 span { border-color: rgb(194,201,143); }

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