Html Css Color HEX #93BB83 Gossip

📋 copy color: '#93BB83'

red 147 ◦ green 187 ◦ blue 131

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

Shades of Gossip #93BB83

Tints of Gossip #93BB83

RGB

 RED value IS 147 (57.81% from 255) = 31.61%

 GREEN value IS 187 (73.44% from 255) = 40.22%

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

R = 31.61%
G = 40.22%
B = 28.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#93BB83 (or 0x93BB83) is known color: Gossip. HEX triplet: 93, BB and 83. RGB value is (147,187,131). Sum of RGB (Red+Green+Blue) = 147+187+131=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BB83 is #6C447C. Grayscale: #A8A8A8. Windows color (decimal): -7095421 or 8633235. OLE color: 8633235.

HSL color Cylindrical-coordinate representation of color #93BB83: hue angle of 102.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93BB83 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 187 131 -
CMYK 0.21 0 0.30 0.27
HSL 102.86º 0.29% 0.62% -
HSV(B) 102.86º 0.3% 0.73% -
XYZ 33.9 43.38 28.06 -
YUV 168.66 106.75 112.55 -
System Red Green Blue C M Y K H S L
Decimal 147 187 131 0.21 0 0.30 0.27 102.86 0.29 0.62
Hex 93 BB 83 15 0 1E 1B 67 1D 3E
Octal 223 273 203 25 0 36 33 147 35 76
Binary 10010011 10111011 10000011 10101 0 11110 11011 1100111 11101 111110

Color Harmonies of #93BB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BB83

Black with #93BB83

Text Example


Text Example

White with #93BB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93BB83; }

 p { color: rgb(147,187,131); }

 H1.HeaderClassName
 {
   color: #93BB83;
 }
 .AnyTagClassName
 {
   color: #93BB83;
 }
</style>

background-color css

<style>
 a { background-color: #93BB83; }

 a { background-color: rgb(147,187,131); }

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

border-color css

<style>
 span { border-color: #93BB83; }

 span { border-color: rgb(147,187,131); }

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