Html Css Color HEX #8CBA9C Summer Green

📋 copy color: '#8CBA9C'

red 140 ◦ green 186 ◦ blue 156

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

Shades of Summer Green #8CBA9C

Tints of Summer Green #8CBA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.37%

R = 29.05%
G = 38.59%
B = 32.37%

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

#8CBA9C (or 0x8CBA9C) is known color: Summer Green. HEX triplet: 8C, BA and 9C. RGB value is (140,186,156). Sum of RGB (Red+Green+Blue) = 140+186+156=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBA9C is #734563. Grayscale: #A8A8A8. Windows color (decimal): -7554404 or 10271372. OLE color: 10271372.

HSL color Cylindrical-coordinate representation of color #8CBA9C: hue angle of 140.87º 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 #8CBA9C is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 186 156 -
CMYK 0.25 0 0.16 0.27
HSL 140.87º 0.25% 0.64% -
HSV(B) 140.87º 0.25% 0.73% -
XYZ 34.37 43.09 37.96 -
YUV 168.83 120.76 107.44 -
System Red Green Blue C M Y K H S L
Decimal 140 186 156 0.25 0 0.16 0.27 140.87 0.25 0.64
Hex 8C BA 9C 19 0 10 1B 8D 19 40
Octal 214 272 234 31 0 20 33 215 31 100
Binary 10001100 10111010 10011100 11001 0 10000 11011 10001101 11001 1000000

Color Harmonies of #8CBA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA9C

Black with #8CBA9C

Text Example


Text Example

White with #8CBA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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