#9ccb7f

Color #9CCB7F Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9CCB7F

Tints of Gossip #9CCB7F

Color information

#9CCB7F (or 0x9CCB7F) is unknown color: approx Gossip. HEX triplet: 9C, CB and 7F. RGB value is (156,203,127). Sum of RGB (Red+Green+Blue) = 156+203+127=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCB7F is #633480. Grayscale: #B4B4B4. Windows color (decimal): -6501505 or 8375196. OLE color: 8375196.

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

Color convert

RGB156203127-
CMYK0.2300.370.20
HSL97.11º42.22%64.71%-
HSV(B)97.11º37.44%79.61%-
XYZ38.951.3127.93-
YUV180.2897.93110.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.10%
GREEN value IS 203 (79.69% from 255) = 41.77%
BLUE value IS 127 (50% from 255) = 26.13%
R=32.10%
G=41.77%
B=26.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562031270.2300.370.2097.1142.2264.71
Hex9CCB7F1702514612a41
Octal234313177270452414152101
Binary100111001100101111111111011101001011010011000011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ccb7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,203,127); }

 H1.HeaderClassName
 {
   color: #9ccb7f;
 }
 .AnyTagClassName
 {
   color: #9ccb7f;
 }
</style>
background-color css

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

 a { background-color: rgb(156,203,127); }

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

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

 span { border-color: rgb(156,203,127); }

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