Html Css Color HEX #95C67E Gossip

📋 copy color: '#95C67E'

red 149 ◦ green 198 ◦ blue 126

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

Shades of Gossip #95C67E

Tints of Gossip #95C67E

RGB

 RED value IS 149 (58.59% from 255) = 31.5%

 GREEN value IS 198 (77.73% from 255) = 41.86%

 BLUE value IS 126 (49.61% from 255) = 26.64%

R = 31.5%
G = 41.86%
B = 26.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#95C67E (or 0x95C67E) is known color: Gossip. HEX triplet: 95, C6 and 7E. RGB value is (149,198,126). Sum of RGB (Red+Green+Blue) = 149+198+126=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #95C67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C67E is #6A3981. Grayscale: #AFAFAF. Windows color (decimal): -6961538 or 8308373. OLE color: 8308373.

HSL color Cylindrical-coordinate representation of color #95C67E: hue angle of 100.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95C67E is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 198 126 -
CMYK 0.25 0 0.36 0.22
HSL 100.83º 0.39% 0.64% -
HSV(B) 100.83º 0.36% 0.78% -
XYZ 36.35 48.28 27.14 -
YUV 175.14 100.27 109.35 -
System Red Green Blue C M Y K H S L
Decimal 149 198 126 0.25 0 0.36 0.22 100.83 0.39 0.64
Hex 95 C6 7E 19 0 24 16 65 27 40
Octal 225 306 176 31 0 44 26 145 47 100
Binary 10010101 11000110 1111110 11001 0 100100 10110 1100101 100111 1000000

Color Harmonies of #95C67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C67E

Black with #95C67E

Text Example


Text Example

White with #95C67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95C67E; }

 p { color: rgb(149,198,126); }

 H1.HeaderClassName
 {
   color: #95C67E;
 }
 .AnyTagClassName
 {
   color: #95C67E;
 }
</style>

background-color css

<style>
 a { background-color: #95C67E; }

 a { background-color: rgb(149,198,126); }

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

border-color css

<style>
 span { border-color: #95C67E; }

 span { border-color: rgb(149,198,126); }

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