Html Css Color HEX #95C47B Gossip

📋 copy color: '#95C47B'

red 149 ◦ green 196 ◦ blue 123

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

Shades of Gossip #95C47B

Tints of Gossip #95C47B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.88%

 BLUE value IS 123 (48.44% from 255) = 26.28%

R = 31.84%
G = 41.88%
B = 26.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#95C47B (or 0x95C47B) is known color: Gossip. HEX triplet: 95, C4 and 7B. RGB value is (149,196,123). Sum of RGB (Red+Green+Blue) = 149+196+123=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #95C47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C47B is #6A3B84. Grayscale: #ADADAD. Windows color (decimal): -6962053 or 8111253. OLE color: 8111253.

HSL color Cylindrical-coordinate representation of color #95C47B: hue angle of 98.63º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95C47B is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 196 123 -
CMYK 0.24 0 0.37 0.23
HSL 98.63º 0.38% 0.63% -
HSV(B) 98.63º 0.37% 0.77% -
XYZ 35.71 47.3 25.99 -
YUV 173.63 99.43 110.44 -
System Red Green Blue C M Y K H S L
Decimal 149 196 123 0.24 0 0.37 0.23 98.63 0.38 0.63
Hex 95 C4 7B 18 0 25 17 63 26 3F
Octal 225 304 173 30 0 45 27 143 46 77
Binary 10010101 11000100 1111011 11000 0 100101 10111 1100011 100110 111111

Color Harmonies of #95C47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C47B

Black with #95C47B

Text Example


Text Example

White with #95C47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,196,123); }

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

background-color css

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

 a { background-color: rgb(149,196,123); }

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

border-color css

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

 span { border-color: rgb(149,196,123); }

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