Html Css Color HEX #C0C39B Green Mist

📋 copy color: '#C0C39B'

red 192 ◦ green 195 ◦ blue 155

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

Shades of Green Mist #C0C39B

Tints of Green Mist #C0C39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.6%

R = 35.42%
G = 35.98%
B = 28.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C0C39B (or 0xC0C39B) is known color: Green Mist. HEX triplet: C0, C3 and 9B. RGB value is (192,195,155). Sum of RGB (Red+Green+Blue) = 192+195+155=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C39B is #3F3C64. Grayscale: #BDBDBD. Windows color (decimal): -4144229 or 10208192. OLE color: 10208192.

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

Color convert

RGB 192 195 155 -
CMYK 0.02 0 0.21 0.24
HSL 64.5º 0.25% 0.69% -
HSV(B) 64.5º 0.21% 0.76% -
XYZ 47.17 52.6 38.68 -
YUV 189.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 192 195 155 0.02 0 0.21 0.24 64.5 0.25 0.69
Hex C0 C3 9B 2 0 15 18 40 19 45
Octal 300 303 233 2 0 25 30 100 31 105
Binary 11000000 11000011 10011011 10 0 10101 11000 1000000 11001 1000101

Color Harmonies of #C0C39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C39B

Black with #C0C39B

Text Example


Text Example

White with #C0C39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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