Html Css Color HEX #13BC5B Pigment Green

📋 copy color: '#13BC5B'

red 19 ◦ green 188 ◦ blue 91

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

Shades of Pigment Green #13BC5B

Tints of Pigment Green #13BC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.54%

R = 6.38%
G = 63.09%
B = 30.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#13BC5B (or 0x13BC5B) is known color: Pigment Green. HEX triplet: 13, BC and 5B. RGB value is (19,188,91). Sum of RGB (Red+Green+Blue) = 19+188+91=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BC5B is #EC43A4. Grayscale: #7E7E7E. Windows color (decimal): -15483813 or 6011923. OLE color: 6011923.

HSL color Cylindrical-coordinate representation of color #13BC5B: hue angle of 145.56º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BC5B is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 188 91 -
CMYK 0.90 0 0.52 0.26
HSL 145.56º 0.82% 0.41% -
HSV(B) 145.56º 0.9% 0.74% -
XYZ 20.14 36.86 15.95 -
YUV 126.41 108.01 51.39 -
System Red Green Blue C M Y K H S L
Decimal 19 188 91 0.90 0 0.52 0.26 145.56 0.82 0.41
Hex 13 BC 5B 5A 0 34 1A 92 52 29
Octal 23 274 133 132 0 64 32 222 122 51
Binary 10011 10111100 1011011 1011010 0 110100 11010 10010010 1010010 101001

Color Harmonies of #13BC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BC5B

Black with #13BC5B

Text Example


Text Example

White with #13BC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,188,91); }

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

background-color css

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

 a { background-color: rgb(19,188,91); }

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

border-color css

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

 span { border-color: rgb(19,188,91); }

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