Html Css Color HEX #189B50 Pigment Green

📋 copy color: '#189B50'

red 24 ◦ green 155 ◦ blue 80

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

Shades of Pigment Green #189B50

Tints of Pigment Green #189B50

RGB

 RED value IS 24 (9.77% from 255) = 9.27%

 GREEN value IS 155 (60.94% from 255) = 59.85%

 BLUE value IS 80 (31.64% from 255) = 30.89%

R = 9.27%
G = 59.85%
B = 30.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#189B50 (or 0x189B50) is known color: Pigment Green. HEX triplet: 18, 9B and 50. RGB value is (24,155,80). Sum of RGB (Red+Green+Blue) = 24+155+80=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 155 (60.94% from 255 or 59.85% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 155 - color contains mainly: green. Hex color #189B50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #189B50 is #E764AF. Grayscale: #6B6B6B. Windows color (decimal): -15164592 or 5282584. OLE color: 5282584.

HSL color Cylindrical-coordinate representation of color #189B50: hue angle of 145.65º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189B50 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 155 80 -
CMYK 0.85 0 0.48 0.39
HSL 145.65º 0.73% 0.35% -
HSV(B) 145.65º 0.85% 0.61% -
XYZ 13.55 24.22 11.55 -
YUV 107.28 112.6 68.6 -
System Red Green Blue C M Y K H S L
Decimal 24 155 80 0.85 0 0.48 0.39 145.65 0.73 0.35
Hex 18 9B 50 55 0 30 27 92 49 23
Octal 30 233 120 125 0 60 47 222 111 43
Binary 11000 10011011 1010000 1010101 0 110000 100111 10010010 1001001 100011

Color Harmonies of #189B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189B50

Black with #189B50

Text Example


Text Example

White with #189B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189B50; }

 p { color: rgb(24,155,80); }

 H1.HeaderClassName
 {
   color: #189B50;
 }
 .AnyTagClassName
 {
   color: #189B50;
 }
</style>

background-color css

<style>
 a { background-color: #189B50; }

 a { background-color: rgb(24,155,80); }

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

border-color css

<style>
 span { border-color: #189B50; }

 span { border-color: rgb(24,155,80); }

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