Html Css Color HEX #95C285 Gossip

📋 copy color: '#95C285'

red 149 ◦ green 194 ◦ blue 133

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

Shades of Gossip #95C285

Tints of Gossip #95C285

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.76%

 BLUE value IS 133 (52.34% from 255) = 27.94%

R = 31.3%
G = 40.76%
B = 27.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#95C285 (or 0x95C285) is known color: Gossip. HEX triplet: 95, C2 and 85. RGB value is (149,194,133). Sum of RGB (Red+Green+Blue) = 149+194+133=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #95C285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C285 is #6A3D7A. Grayscale: #ADADAD. Windows color (decimal): -6962555 or 8766101. OLE color: 8766101.

HSL color Cylindrical-coordinate representation of color #95C285: hue angle of 104.26º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95C285 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 194 133 -
CMYK 0.23 0 0.31 0.24
HSL 104.26º 0.33% 0.64% -
HSV(B) 104.26º 0.31% 0.76% -
XYZ 35.92 46.67 29.3 -
YUV 173.59 105.09 110.46 -
System Red Green Blue C M Y K H S L
Decimal 149 194 133 0.23 0 0.31 0.24 104.26 0.33 0.64
Hex 95 C2 85 17 0 1F 18 68 21 40
Octal 225 302 205 27 0 37 30 150 41 100
Binary 10010101 11000010 10000101 10111 0 11111 11000 1101000 100001 1000000

Color Harmonies of #95C285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C285

Black with #95C285

Text Example


Text Example

White with #95C285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,194,133); }

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

background-color css

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

 a { background-color: rgb(149,194,133); }

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

border-color css

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

 span { border-color: rgb(149,194,133); }

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