Html Css Color HEX #9ACB77 Gossip

📋 copy color: '#9ACB77'

red 154 ◦ green 203 ◦ blue 119

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

Shades of Gossip #9ACB77

Tints of Gossip #9ACB77

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.65%

 BLUE value IS 119 (46.88% from 255) = 25%

R = 32.35%
G = 42.65%
B = 25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#9ACB77 (or 0x9ACB77) is known color: Gossip. HEX triplet: 9A, CB and 77. RGB value is (154,203,119). Sum of RGB (Red+Green+Blue) = 154+203+119=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB77 is #653488. Grayscale: #B3B3B3. Windows color (decimal): -6632585 or 7850906. OLE color: 7850906.

HSL color Cylindrical-coordinate representation of color #9ACB77: hue angle of 95º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9ACB77 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 203 119 -
CMYK 0.24 0 0.41 0.20
HSL 95º 0.45% 0.63% -
HSV(B) 95º 0.41% 0.8% -
XYZ 38.01 50.91 25.28 -
YUV 178.77 94.27 110.33 -
System Red Green Blue C M Y K H S L
Decimal 154 203 119 0.24 0 0.41 0.20 95 0.45 0.63
Hex 9A CB 77 18 0 29 14 5F 2D 3F
Octal 232 313 167 30 0 51 24 137 55 77
Binary 10011010 11001011 1110111 11000 0 101001 10100 1011111 101101 111111

Color Harmonies of #9ACB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACB77

Black with #9ACB77

Text Example


Text Example

White with #9ACB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,203,119); }

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

background-color css

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

 a { background-color: rgb(154,203,119); }

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

border-color css

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

 span { border-color: rgb(154,203,119); }

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