Html Css Color HEX #8CB27C Amulet

📋 copy color: '#8CB27C'

red 140 ◦ green 178 ◦ blue 124

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

Shades of Amulet #8CB27C

Tints of Amulet #8CB27C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.27%

 BLUE value IS 124 (48.83% from 255) = 28.05%

R = 31.67%
G = 40.27%
B = 28.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#8CB27C (or 0x8CB27C) is known color: Amulet. HEX triplet: 8C, B2 and 7C. RGB value is (140,178,124). Sum of RGB (Red+Green+Blue) = 140+178+124=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB27C is #734D83. Grayscale: #A0A0A0. Windows color (decimal): -7556484 or 8172172. OLE color: 8172172.

HSL color Cylindrical-coordinate representation of color #8CB27C: hue angle of 102.22º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CB27C is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 178 124 -
CMYK 0.21 0 0.30 0.30
HSL 102.22º 0.26% 0.59% -
HSV(B) 102.22º 0.3% 0.7% -
XYZ 30.37 38.87 24.97 -
YUV 160.48 107.41 113.39 -
System Red Green Blue C M Y K H S L
Decimal 140 178 124 0.21 0 0.30 0.30 102.22 0.26 0.59
Hex 8C B2 7C 15 0 1E 1E 66 1A 3B
Octal 214 262 174 25 0 36 36 146 32 73
Binary 10001100 10110010 1111100 10101 0 11110 11110 1100110 11010 111011

Color Harmonies of #8CB27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB27C

Black with #8CB27C

Text Example


Text Example

White with #8CB27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,178,124); }

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

background-color css

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

 a { background-color: rgb(140,178,124); }

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

border-color css

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

 span { border-color: rgb(140,178,124); }

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