Html Css Color HEX #C9CA93 Green Mist

📋 copy color: '#C9CA93'

red 201 ◦ green 202 ◦ blue 147

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

Shades of Green Mist #C9CA93

Tints of Green Mist #C9CA93

RGB

 RED value IS 201 (78.91% from 255) = 36.55%

 GREEN value IS 202 (79.3% from 255) = 36.73%

 BLUE value IS 147 (57.81% from 255) = 26.73%

R = 36.55%
G = 36.73%
B = 26.73%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C9CA93 (or 0xC9CA93) is known color: Green Mist. HEX triplet: C9, CA and 93. RGB value is (201,202,147). Sum of RGB (Red+Green+Blue) = 201+202+147=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CA93 is #36356C. Grayscale: #C3C3C3. Windows color (decimal): -3552621 or 9685705. OLE color: 9685705.

HSL color Cylindrical-coordinate representation of color #C9CA93: hue angle of 61.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9CA93 is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 202 147 -
CMYK 0.00 0 0.27 0.21
HSL 61.09º 0.34% 0.68% -
HSV(B) 61.09º 0.27% 0.79% -
XYZ 50.47 56.77 35.9 -
YUV 195.43 100.67 131.97 -
System Red Green Blue C M Y K H S L
Decimal 201 202 147 0.00 0 0.27 0.21 61.09 0.34 0.68
Hex C9 CA 93 0 0 1B 15 3D 22 44
Octal 311 312 223 0 0 33 25 75 42 104
Binary 11001001 11001010 10010011 0 0 11011 10101 111101 100010 1000100

Color Harmonies of #C9CA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CA93

Black with #C9CA93

Text Example


Text Example

White with #C9CA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CA93; }

 p { color: rgb(201,202,147); }

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

background-color css

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

 a { background-color: rgb(201,202,147); }

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

border-color css

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

 span { border-color: rgb(201,202,147); }

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