Html Css Color HEX #C0C398 Green Mist

📋 copy color: '#C0C398'

red 192 ◦ green 195 ◦ blue 152

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

Shades of Green Mist #C0C398

Tints of Green Mist #C0C398

RGB

 RED value IS 192 (75.39% from 255) = 35.62%

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

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

R = 35.62%
G = 36.18%
B = 28.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C0C398 (or 0xC0C398) is known color: Green Mist. HEX triplet: C0, C3 and 98. RGB value is (192,195,152). Sum of RGB (Red+Green+Blue) = 192+195+152=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C398 is #3F3C67. Grayscale: #BDBDBD. Windows color (decimal): -4144232 or 10011584. OLE color: 10011584.

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

Color convert

RGB 192 195 152 -
CMYK 0.02 0 0.22 0.24
HSL 64.19º 0.26% 0.68% -
HSV(B) 64.19º 0.22% 0.76% -
XYZ 46.92 52.5 37.37 -
YUV 189.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 192 195 152 0.02 0 0.22 0.24 64.19 0.26 0.68
Hex C0 C3 98 2 0 16 18 40 1A 44
Octal 300 303 230 2 0 26 30 100 32 104
Binary 11000000 11000011 10011000 10 0 10110 11000 1000000 11010 1000100

Color Harmonies of #C0C398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C398

Black with #C0C398

Text Example


Text Example

White with #C0C398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C398; }

 p { color: rgb(192,195,152); }

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

background-color css

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

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

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

border-color css

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

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

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