Html Css Color HEX #13BB85 Mountain Meadow

📋 copy color: '#13BB85'

red 19 ◦ green 187 ◦ blue 133

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

Shades of Mountain Meadow #13BB85

Tints of Mountain Meadow #13BB85

RGB

 RED value IS 19 (7.81% from 255) = 5.6%

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

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

R = 5.6%
G = 55.16%
B = 39.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#13BB85 (or 0x13BB85) is known color: Mountain Meadow. HEX triplet: 13, BB and 85. RGB value is (19,187,133). Sum of RGB (Red+Green+Blue) = 19+187+133=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #13BB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BB85 is #EC447A. Grayscale: #828282. Windows color (decimal): -15484027 or 8764179. OLE color: 8764179.

HSL color Cylindrical-coordinate representation of color #13BB85: hue angle of 160.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BB85 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 187 133 -
CMYK 0.90 0 0.29 0.27
HSL 160.71º 0.82% 0.4% -
HSV(B) 160.71º 0.9% 0.73% -
XYZ 22.27 37.37 28.23 -
YUV 130.61 129.34 48.39 -
System Red Green Blue C M Y K H S L
Decimal 19 187 133 0.90 0 0.29 0.27 160.71 0.82 0.4
Hex 13 BB 85 5A 0 1D 1B A1 52 28
Octal 23 273 205 132 0 35 33 241 122 50
Binary 10011 10111011 10000101 1011010 0 11101 11011 10100001 1010010 101000

Color Harmonies of #13BB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BB85

Black with #13BB85

Text Example


Text Example

White with #13BB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13BB85; }

 p { color: rgb(19,187,133); }

 H1.HeaderClassName
 {
   color: #13BB85;
 }
 .AnyTagClassName
 {
   color: #13BB85;
 }
</style>

background-color css

<style>
 a { background-color: #13BB85; }

 a { background-color: rgb(19,187,133); }

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

border-color css

<style>
 span { border-color: #13BB85; }

 span { border-color: rgb(19,187,133); }

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