Html Css Color HEX #8CB195 Summer Green

📋 copy color: '#8CB195'

red 140 ◦ green 177 ◦ blue 149

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

Shades of Summer Green #8CB195

Tints of Summer Green #8CB195

RGB

 RED value IS 140 (55.08% from 255) = 30.04%

 GREEN value IS 177 (69.53% from 255) = 37.98%

 BLUE value IS 149 (58.59% from 255) = 31.97%

R = 30.04%
G = 37.98%
B = 31.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#8CB195 (or 0x8CB195) is known color: Summer Green. HEX triplet: 8C, B1 and 95. RGB value is (140,177,149). Sum of RGB (Red+Green+Blue) = 140+177+149=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB195 is #734E6A. Grayscale: #A2A2A2. Windows color (decimal): -7556715 or 9810316. OLE color: 9810316.

HSL color Cylindrical-coordinate representation of color #8CB195: hue angle of 134.59º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CB195 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 177 149 -
CMYK 0.21 0 0.16 0.31
HSL 134.59º 0.19% 0.62% -
HSV(B) 134.59º 0.21% 0.69% -
XYZ 31.96 39.19 34.31 -
YUV 162.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 140 177 149 0.21 0 0.16 0.31 134.59 0.19 0.62
Hex 8C B1 95 15 0 10 1F 87 13 3E
Octal 214 261 225 25 0 20 37 207 23 76
Binary 10001100 10110001 10010101 10101 0 10000 11111 10000111 10011 111110

Color Harmonies of #8CB195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB195

Black with #8CB195

Text Example


Text Example

White with #8CB195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CB195; }

 p { color: rgb(140,177,149); }

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

background-color css

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

 a { background-color: rgb(140,177,149); }

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

border-color css

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

 span { border-color: rgb(140,177,149); }

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