Html Css Color HEX #8CBA9D Summer Green

📋 copy color: '#8CBA9D'

red 140 ◦ green 186 ◦ blue 157

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

Shades of Summer Green #8CBA9D

Tints of Summer Green #8CBA9D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.51%

 BLUE value IS 157 (61.72% from 255) = 32.51%

R = 28.99%
G = 38.51%
B = 32.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#8CBA9D (or 0x8CBA9D) is known color: Summer Green. HEX triplet: 8C, BA and 9D. RGB value is (140,186,157). Sum of RGB (Red+Green+Blue) = 140+186+157=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBA9D is #734562. Grayscale: #A9A9A9. Windows color (decimal): -7554403 or 10336908. OLE color: 10336908.

HSL color Cylindrical-coordinate representation of color #8CBA9D: hue angle of 142.17º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CBA9D is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 186 157 -
CMYK 0.25 0 0.16 0.27
HSL 142.17º 0.25% 0.64% -
HSV(B) 142.17º 0.25% 0.73% -
XYZ 34.46 43.13 38.41 -
YUV 168.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 140 186 157 0.25 0 0.16 0.27 142.17 0.25 0.64
Hex 8C BA 9D 19 0 10 1B 8E 19 40
Octal 214 272 235 31 0 20 33 216 31 100
Binary 10001100 10111010 10011101 11001 0 10000 11011 10001110 11001 1000000

Color Harmonies of #8CBA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA9D

Black with #8CBA9D

Text Example


Text Example

White with #8CBA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,186,157); }

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

background-color css

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

 a { background-color: rgb(140,186,157); }

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

border-color css

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

 span { border-color: rgb(140,186,157); }

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