Html Css Color HEX #9ACB76 Gossip

📋 copy color: '#9ACB76'

red 154 ◦ green 203 ◦ blue 118

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

Shades of Gossip #9ACB76

Tints of Gossip #9ACB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.84%

R = 32.42%
G = 42.74%
B = 24.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#9ACB76 (or 0x9ACB76) is known color: Gossip. HEX triplet: 9A, CB and 76. RGB value is (154,203,118). Sum of RGB (Red+Green+Blue) = 154+203+118=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB76 is #653489. Grayscale: #B2B2B2. Windows color (decimal): -6632586 or 7785370. OLE color: 7785370.

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

Color convert

RGB 154 203 118 -
CMYK 0.24 0 0.42 0.20
HSL 94.59º 0.45% 0.63% -
HSV(B) 94.59º 0.42% 0.8% -
XYZ 37.95 50.89 24.96 -
YUV 178.66 93.77 110.41 -
System Red Green Blue C M Y K H S L
Decimal 154 203 118 0.24 0 0.42 0.20 94.59 0.45 0.63
Hex 9A CB 76 18 0 2A 14 5F 2D 3F
Octal 232 313 166 30 0 52 24 137 55 77
Binary 10011010 11001011 1110110 11000 0 101010 10100 1011111 101101 111111

Color Harmonies of #9ACB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACB76

Black with #9ACB76

Text Example


Text Example

White with #9ACB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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