Html Css Color HEX #9ACC8B Gossip

📋 copy color: '#9ACC8B'

red 154 ◦ green 204 ◦ blue 139

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

Shades of Gossip #9ACC8B

Tints of Gossip #9ACC8B

RGB

 RED value IS 154 (60.55% from 255) = 30.99%

 GREEN value IS 204 (80.08% from 255) = 41.05%

 BLUE value IS 139 (54.69% from 255) = 27.97%

R = 30.99%
G = 41.05%
B = 27.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#9ACC8B (or 0x9ACC8B) is known color: Gossip. HEX triplet: 9A, CC and 8B. RGB value is (154,204,139). Sum of RGB (Red+Green+Blue) = 154+204+139=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACC8B is #653374. Grayscale: #B5B5B5. Windows color (decimal): -6632309 or 9161882. OLE color: 9161882.

HSL color Cylindrical-coordinate representation of color #9ACC8B: hue angle of 106.15º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ACC8B is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 204 139 -
CMYK 0.25 0 0.32 0.2
HSL 106.15º 0.39% 0.67% -
HSV(B) 106.15º 0.32% 0.8% -
XYZ 39.58 51.92 32.36 -
YUV 181.64 103.94 108.29 -
System Red Green Blue C M Y K H S L
Decimal 154 204 139 0.25 0 0.32 0.2 106.15 0.39 0.67
Hex 9A CC 8B 19 0 20 14 6A 27 43
Octal 232 314 213 31 0 40 24 152 47 103
Binary 10011010 11001100 10001011 11001 0 100000 10100 1101010 100111 1000011

Color Harmonies of #9ACC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC8B

Black with #9ACC8B

Text Example


Text Example

White with #9ACC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ACC8B; }

 p { color: rgb(154,204,139); }

 H1.HeaderClassName
 {
   color: #9ACC8B;
 }
 .AnyTagClassName
 {
   color: #9ACC8B;
 }
</style>

background-color css

<style>
 a { background-color: #9ACC8B; }

 a { background-color: rgb(154,204,139); }

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

border-color css

<style>
 span { border-color: #9ACC8B; }

 span { border-color: rgb(154,204,139); }

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