Html Css Color HEX #90CC82 Gossip

📋 copy color: '#90CC82'

red 144 ◦ green 204 ◦ blue 130

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

Shades of Gossip #90CC82

Tints of Gossip #90CC82

RGB

 RED value IS 144 (56.64% from 255) = 30.13%

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

 BLUE value IS 130 (51.17% from 255) = 27.2%

R = 30.13%
G = 42.68%
B = 27.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#90CC82 (or 0x90CC82) is known color: Gossip. HEX triplet: 90, CC and 82. RGB value is (144,204,130). Sum of RGB (Red+Green+Blue) = 144+204+130=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #90CC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CC82 is #6F337D. Grayscale: #B1B1B1. Windows color (decimal): -7287678 or 8572048. OLE color: 8572048.

HSL color Cylindrical-coordinate representation of color #90CC82: hue angle of 108.65º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90CC82 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 204 130 -
CMYK 0.29 0 0.36 0.2
HSL 108.65º 0.42% 0.65% -
HSV(B) 108.65º 0.36% 0.8% -
XYZ 37.12 50.73 28.95 -
YUV 177.62 101.12 104.02 -
System Red Green Blue C M Y K H S L
Decimal 144 204 130 0.29 0 0.36 0.2 108.65 0.42 0.65
Hex 90 CC 82 1D 0 24 14 6D 2A 41
Octal 220 314 202 35 0 44 24 155 52 101
Binary 10010000 11001100 10000010 11101 0 100100 10100 1101101 101010 1000001

Color Harmonies of #90CC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CC82

Black with #90CC82

Text Example


Text Example

White with #90CC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90CC82; }

 p { color: rgb(144,204,130); }

 H1.HeaderClassName
 {
   color: #90CC82;
 }
 .AnyTagClassName
 {
   color: #90CC82;
 }
</style>

background-color css

<style>
 a { background-color: #90CC82; }

 a { background-color: rgb(144,204,130); }

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

border-color css

<style>
 span { border-color: #90CC82; }

 span { border-color: rgb(144,204,130); }

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