Html Css Color HEX #9CCF74 Gossip

📋 copy color: '#9CCF74'

red 156 ◦ green 207 ◦ blue 116

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

Shades of Gossip #9CCF74

Tints of Gossip #9CCF74

RGB

 RED value IS 156 (61.33% from 255) = 32.57%

 GREEN value IS 207 (81.25% from 255) = 43.22%

 BLUE value IS 116 (45.7% from 255) = 24.22%

R = 32.57%
G = 43.22%
B = 24.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#9CCF74 (or 0x9CCF74) is known color: Gossip. HEX triplet: 9C, CF and 74. RGB value is (156,207,116). Sum of RGB (Red+Green+Blue) = 156+207+116=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF74 is #63308B. Grayscale: #B5B5B5. Windows color (decimal): -6500492 or 7655324. OLE color: 7655324.

HSL color Cylindrical-coordinate representation of color #9CCF74: hue angle of 93.63º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CCF74 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 207 116 -
CMYK 0.25 0 0.44 0.19
HSL 93.63º 0.49% 0.63% -
HSV(B) 93.63º 0.44% 0.81% -
XYZ 39.18 52.95 24.68 -
YUV 181.38 91.1 109.9 -
System Red Green Blue C M Y K H S L
Decimal 156 207 116 0.25 0 0.44 0.19 93.63 0.49 0.63
Hex 9C CF 74 19 0 2C 13 5E 31 3F
Octal 234 317 164 31 0 54 23 136 61 77
Binary 10011100 11001111 1110100 11001 0 101100 10011 1011110 110001 111111

Color Harmonies of #9CCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCF74

Black with #9CCF74

Text Example


Text Example

White with #9CCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,207,116); }

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

background-color css

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

 a { background-color: rgb(156,207,116); }

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

border-color css

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

 span { border-color: rgb(156,207,116); }

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