Html Css Color HEX #C5C38D Green Mist

📋 copy color: '#C5C38D'

red 197 ◦ green 195 ◦ blue 141

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

Shades of Green Mist #C5C38D

Tints of Green Mist #C5C38D

RGB

 RED value IS 197 (77.34% from 255) = 36.96%

 GREEN value IS 195 (76.56% from 255) = 36.59%

 BLUE value IS 141 (55.47% from 255) = 26.45%

R = 36.96%
G = 36.59%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5C38D (or 0xC5C38D) is known color: Green Mist. HEX triplet: C5, C3 and 8D. RGB value is (197,195,141). Sum of RGB (Red+Green+Blue) = 197+195+141=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C38D is #3A3C72. Grayscale: #BDBDBD. Windows color (decimal): -3816563 or 9290693. OLE color: 9290693.

HSL color Cylindrical-coordinate representation of color #C5C38D: hue angle of 57.86º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5C38D is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 195 141 -
CMYK 0 0.01 0.28 0.23
HSL 57.86º 0.33% 0.66% -
HSV(B) 57.86º 0.28% 0.77% -
XYZ 47.35 52.82 32.9 -
YUV 189.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 197 195 141 0 0.01 0.28 0.23 57.86 0.33 0.66
Hex C5 C3 8D 0 1 1C 17 3A 21 42
Octal 305 303 215 0 1 34 27 72 41 102
Binary 11000101 11000011 10001101 0 1 11100 10111 111010 100001 1000010

Color Harmonies of #C5C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C38D

Black with #C5C38D

Text Example


Text Example

White with #C5C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C38D; }

 p { color: rgb(197,195,141); }

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

background-color css

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

 a { background-color: rgb(197,195,141); }

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

border-color css

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

 span { border-color: rgb(197,195,141); }

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