Html Css Color HEX #94BC83 Gossip

📋 copy color: '#94BC83'

red 148 ◦ green 188 ◦ blue 131

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

Shades of Gossip #94BC83

Tints of Gossip #94BC83

RGB

 RED value IS 148 (58.2% from 255) = 31.69%

 GREEN value IS 188 (73.83% from 255) = 40.26%

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

R = 31.69%
G = 40.26%
B = 28.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#94BC83 (or 0x94BC83) is known color: Gossip. HEX triplet: 94, BC and 83. RGB value is (148,188,131). Sum of RGB (Red+Green+Blue) = 148+188+131=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BC83 is #6B437C. Grayscale: #A9A9A9. Windows color (decimal): -7029629 or 8633492. OLE color: 8633492.

HSL color Cylindrical-coordinate representation of color #94BC83: hue angle of 102.11º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94BC83 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 188 131 -
CMYK 0.21 0 0.30 0.26
HSL 102.11º 0.3% 0.63% -
HSV(B) 102.11º 0.3% 0.74% -
XYZ 34.29 43.9 28.14 -
YUV 169.54 106.25 112.63 -
System Red Green Blue C M Y K H S L
Decimal 148 188 131 0.21 0 0.30 0.26 102.11 0.3 0.63
Hex 94 BC 83 15 0 1E 1A 66 1E 3F
Octal 224 274 203 25 0 36 32 146 36 77
Binary 10010100 10111100 10000011 10101 0 11110 11010 1100110 11110 111111

Color Harmonies of #94BC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC83

Black with #94BC83

Text Example


Text Example

White with #94BC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BC83; }

 p { color: rgb(148,188,131); }

 H1.HeaderClassName
 {
   color: #94BC83;
 }
 .AnyTagClassName
 {
   color: #94BC83;
 }
</style>

background-color css

<style>
 a { background-color: #94BC83; }

 a { background-color: rgb(148,188,131); }

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

border-color css

<style>
 span { border-color: #94BC83; }

 span { border-color: rgb(148,188,131); }

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