Html Css Color HEX #95CB83 Gossip

📋 copy color: '#95CB83'

red 149 ◦ green 203 ◦ blue 131

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

Shades of Gossip #95CB83

Tints of Gossip #95CB83

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.03%

 BLUE value IS 131 (51.56% from 255) = 27.12%

R = 30.85%
G = 42.03%
B = 27.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#95CB83 (or 0x95CB83) is known color: Gossip. HEX triplet: 95, CB and 83. RGB value is (149,203,131). Sum of RGB (Red+Green+Blue) = 149+203+131=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #95CB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CB83 is #6A347C. Grayscale: #B2B2B2. Windows color (decimal): -6960253 or 8637333. OLE color: 8637333.

HSL color Cylindrical-coordinate representation of color #95CB83: hue angle of 105º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95CB83 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 203 131 -
CMYK 0.27 0 0.35 0.20
HSL 105º 0.41% 0.65% -
HSV(B) 105º 0.35% 0.8% -
XYZ 37.85 50.74 29.27 -
YUV 178.65 101.11 106.85 -
System Red Green Blue C M Y K H S L
Decimal 149 203 131 0.27 0 0.35 0.20 105 0.41 0.65
Hex 95 CB 83 1B 0 23 14 69 29 41
Octal 225 313 203 33 0 43 24 151 51 101
Binary 10010101 11001011 10000011 11011 0 100011 10100 1101001 101001 1000001

Color Harmonies of #95CB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CB83

Black with #95CB83

Text Example


Text Example

White with #95CB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,203,131); }

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

background-color css

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

 a { background-color: rgb(149,203,131); }

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

border-color css

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

 span { border-color: rgb(149,203,131); }

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