Html Css Color HEX #C8C490 Green Mist

📋 copy color: '#C8C490'

red 200 ◦ green 196 ◦ blue 144

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

Shades of Green Mist #C8C490

Tints of Green Mist #C8C490

RGB

 RED value IS 200 (78.52% from 255) = 37.04%

 GREEN value IS 196 (76.95% from 255) = 36.3%

 BLUE value IS 144 (56.64% from 255) = 26.67%

R = 37.04%
G = 36.3%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8C490 (or 0xC8C490) is known color: Green Mist. HEX triplet: C8, C4 and 90. RGB value is (200,196,144). Sum of RGB (Red+Green+Blue) = 200+196+144=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C490 is #373B6F. Grayscale: #BFBFBF. Windows color (decimal): -3619696 or 9487560. OLE color: 9487560.

HSL color Cylindrical-coordinate representation of color #C8C490: hue angle of 55.71º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8C490 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 196 144 -
CMYK 0 0.02 0.28 0.22
HSL 55.71º 0.34% 0.67% -
HSV(B) 55.71º 0.28% 0.78% -
XYZ 48.59 53.77 34.2 -
YUV 191.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 200 196 144 0 0.02 0.28 0.22 55.71 0.34 0.67
Hex C8 C4 90 0 2 1C 16 38 22 43
Octal 310 304 220 0 2 34 26 70 42 103
Binary 11001000 11000100 10010000 0 10 11100 10110 111000 100010 1000011

Color Harmonies of #C8C490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C490

Black with #C8C490

Text Example


Text Example

White with #C8C490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C490; }

 p { color: rgb(200,196,144); }

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

background-color css

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

 a { background-color: rgb(200,196,144); }

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

border-color css

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

 span { border-color: rgb(200,196,144); }

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