Html Css Color HEX #C8C49A Green Mist

📋 copy color: '#C8C49A'

red 200 ◦ green 196 ◦ blue 154

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

Shades of Green Mist #C8C49A

Tints of Green Mist #C8C49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28%

R = 36.36%
G = 35.64%
B = 28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C8C49A (or 0xC8C49A) is known color: Green Mist. HEX triplet: C8, C4 and 9A. RGB value is (200,196,154). Sum of RGB (Red+Green+Blue) = 200+196+154=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C49A is #373B65. Grayscale: #C0C0C0. Windows color (decimal): -3619686 or 10142920. OLE color: 10142920.

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

Color convert

RGB 200 196 154 -
CMYK 0 0.02 0.23 0.22
HSL 54.78º 0.29% 0.69% -
HSV(B) 54.78º 0.23% 0.78% -
XYZ 49.39 54.09 38.41 -
YUV 192.41 106.33 133.42 -
System Red Green Blue C M Y K H S L
Decimal 200 196 154 0 0.02 0.23 0.22 54.78 0.29 0.69
Hex C8 C4 9A 0 2 17 16 37 1D 45
Octal 310 304 232 0 2 27 26 67 35 105
Binary 11001000 11000100 10011010 0 10 10111 10110 110111 11101 1000101

Color Harmonies of #C8C49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C49A

Black with #C8C49A

Text Example


Text Example

White with #C8C49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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