Html Css Color HEX #C6C698 Green Mist

📋 copy color: '#C6C698'

red 198 ◦ green 198 ◦ blue 152

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

Shades of Green Mist #C6C698

Tints of Green Mist #C6C698

RGB

 RED value IS 198 (77.73% from 255) = 36.13%

 GREEN value IS 198 (77.73% from 255) = 36.13%

 BLUE value IS 152 (59.77% from 255) = 27.74%

R = 36.13%
G = 36.13%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C6C698 (or 0xC6C698) is known color: Green Mist. HEX triplet: C6, C6 and 98. RGB value is (198,198,152). Sum of RGB (Red+Green+Blue) = 198+198+152=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 198 - color contains mainly: red, green. Hex color #C6C698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C698 is #393967. Grayscale: #C0C0C0. Windows color (decimal): -3750248 or 10012358. OLE color: 10012358.

HSL color Cylindrical-coordinate representation of color #C6C698: hue angle of 60º 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 #C6C698 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 198 152 -
CMYK 0 0 0.23 0.22
HSL 60º 0.29% 0.69% -
HSV(B) 60º 0.23% 0.78% -
XYZ 49.15 54.66 37.67 -
YUV 192.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 198 198 152 0 0 0.23 0.22 60 0.29 0.69
Hex C6 C6 98 0 0 17 16 3C 1D 45
Octal 306 306 230 0 0 27 26 74 35 105
Binary 11000110 11000110 10011000 0 0 10111 10110 111100 11101 1000101

Color Harmonies of #C6C698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C698

Black with #C6C698

Text Example


Text Example

White with #C6C698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C698; }

 p { color: rgb(198,198,152); }

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

background-color css

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

 a { background-color: rgb(198,198,152); }

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

border-color css

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

 span { border-color: rgb(198,198,152); }

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