Html Css Color HEX #C7C396 Green Mist

📋 copy color: '#C7C396'

red 199 ◦ green 195 ◦ blue 150

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

Shades of Green Mist #C7C396

Tints of Green Mist #C7C396

RGB

 RED value IS 199 (78.13% from 255) = 36.58%

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

 BLUE value IS 150 (58.98% from 255) = 27.57%

R = 36.58%
G = 35.85%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C7C396 (or 0xC7C396) is known color: Green Mist. HEX triplet: C7, C3 and 96. RGB value is (199,195,150). Sum of RGB (Red+Green+Blue) = 199+195+150=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C396 is #383C69. Grayscale: #BFBFBF. Windows color (decimal): -3685482 or 9880519. OLE color: 9880519.

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

Color convert

RGB 199 195 150 -
CMYK 0 0.02 0.25 0.22
HSL 55.1º 0.3% 0.68% -
HSV(B) 55.1º 0.25% 0.78% -
XYZ 48.57 53.37 36.6 -
YUV 191.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 199 195 150 0 0.02 0.25 0.22 55.1 0.3 0.68
Hex C7 C3 96 0 2 19 16 37 1E 44
Octal 307 303 226 0 2 31 26 67 36 104
Binary 11000111 11000011 10010110 0 10 11001 10110 110111 11110 1000100

Color Harmonies of #C7C396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C396

Black with #C7C396

Text Example


Text Example

White with #C7C396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C396; }

 p { color: rgb(199,195,150); }

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

background-color css

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

 a { background-color: rgb(199,195,150); }

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

border-color css

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

 span { border-color: rgb(199,195,150); }

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