Html Css Color HEX #C8C396 Green Mist

📋 copy color: '#C8C396'

red 200 ◦ green 195 ◦ blue 150

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

Shades of Green Mist #C8C396

Tints of Green Mist #C8C396

RGB

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

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

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

R = 36.7%
G = 35.78%
B = 27.52%

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

#C8C396 (or 0xC8C396) is known color: Green Mist. HEX triplet: C8, C3 and 96. RGB value is (200,195,150). Sum of RGB (Red+Green+Blue) = 200+195+150=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C396 is #373C69. Grayscale: #BFBFBF. Windows color (decimal): -3619946 or 9880520. OLE color: 9880520.

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

Color convert

RGB 200 195 150 -
CMYK 0 0.02 0.25 0.22
HSL 54º 0.31% 0.69% -
HSV(B) 54º 0.25% 0.78% -
XYZ 48.84 53.51 36.61 -
YUV 191.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 200 195 150 0 0.02 0.25 0.22 54 0.31 0.69
Hex C8 C3 96 0 2 19 16 36 1F 45
Octal 310 303 226 0 2 31 26 66 37 105
Binary 11001000 11000011 10010110 0 10 11001 10110 110110 11111 1000101

Color Harmonies of #C8C396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C396

Black with #C8C396

Text Example


Text Example

White with #C8C396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C396; }

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

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

background-color css

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

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

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

border-color css

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

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

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