Html Css Color HEX #8CBC9A Summer Green

📋 copy color: '#8CBC9A'

red 140 ◦ green 188 ◦ blue 154

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

Shades of Summer Green #8CBC9A

Tints of Summer Green #8CBC9A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39%

 BLUE value IS 154 (60.55% from 255) = 31.95%

R = 29.05%
G = 39%
B = 31.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#8CBC9A (or 0x8CBC9A) is known color: Summer Green. HEX triplet: 8C, BC and 9A. RGB value is (140,188,154). Sum of RGB (Red+Green+Blue) = 140+188+154=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBC9A is #734365. Grayscale: #A9A9A9. Windows color (decimal): -7553894 or 10140812. OLE color: 10140812.

HSL color Cylindrical-coordinate representation of color #8CBC9A: hue angle of 137.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBC9A is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 154 -
CMYK 0.26 0 0.18 0.26
HSL 137.5º 0.26% 0.64% -
HSV(B) 137.5º 0.26% 0.74% -
XYZ 34.63 43.87 37.22 -
YUV 169.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 140 188 154 0.26 0 0.18 0.26 137.5 0.26 0.64
Hex 8C BC 9A 1A 0 12 1A 8A 1A 40
Octal 214 274 232 32 0 22 32 212 32 100
Binary 10001100 10111100 10011010 11010 0 10010 11010 10001010 11010 1000000

Color Harmonies of #8CBC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC9A

Black with #8CBC9A

Text Example


Text Example

White with #8CBC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,154); }

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

background-color css

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

 a { background-color: rgb(140,188,154); }

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

border-color css

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

 span { border-color: rgb(140,188,154); }

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