Html Css Color HEX #C4C38D Green Mist

📋 copy color: '#C4C38D'

red 196 ◦ green 195 ◦ blue 141

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

Shades of Green Mist #C4C38D

Tints of Green Mist #C4C38D

RGB

 RED value IS 196 (76.95% from 255) = 36.84%

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

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

R = 36.84%
G = 36.65%
B = 26.5%

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

#C4C38D (or 0xC4C38D) is known color: Green Mist. HEX triplet: C4, C3 and 8D. RGB value is (196,195,141). Sum of RGB (Red+Green+Blue) = 196+195+141=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C38D is #3B3C72. Grayscale: #BDBDBD. Windows color (decimal): -3882099 or 9290692. OLE color: 9290692.

HSL color Cylindrical-coordinate representation of color #C4C38D: hue angle of 58.91º degrees, saturation: 0.32, 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 #C4C38D is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 195 141 -
CMYK 0 0.01 0.28 0.23
HSL 58.91º 0.32% 0.66% -
HSV(B) 58.91º 0.28% 0.77% -
XYZ 47.09 52.69 32.89 -
YUV 189.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 196 195 141 0 0.01 0.28 0.23 58.91 0.32 0.66
Hex C4 C3 8D 0 1 1C 17 3B 20 42
Octal 304 303 215 0 1 34 27 73 40 102
Binary 11000100 11000011 10001101 0 1 11100 10111 111011 100000 1000010

Color Harmonies of #C4C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C38D

Black with #C4C38D

Text Example


Text Example

White with #C4C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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