Html Css Color HEX #089B50 Pigment Green

📋 copy color: '#089B50'

red 8 ◦ green 155 ◦ blue 80

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

Shades of Pigment Green #089B50

Tints of Pigment Green #089B50

RGB

 RED value IS 8 (3.52% from 255) = 3.29%

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

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

R = 3.29%
G = 63.79%
B = 32.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#089B50 (or 0x089B50) is known color: Pigment Green. HEX triplet: 08, 9B and 50. RGB value is (8,155,80). Sum of RGB (Red+Green+Blue) = 8+155+80=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 155 (60.94% from 255 or 63.79% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 155 - color contains mainly: green. Hex color #089B50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089B50 is #F764AF. Grayscale: #666666. Windows color (decimal): -16213168 or 5282568. OLE color: 5282568.

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

Color convert

RGB 8 155 80 -
CMYK 0.95 0 0.48 0.39
HSL 149.39º 0.9% 0.32% -
HSV(B) 149.39º 0.95% 0.61% -
XYZ 13.27 24.07 11.54 -
YUV 102.5 115.3 60.6 -
System Red Green Blue C M Y K H S L
Decimal 8 155 80 0.95 0 0.48 0.39 149.39 0.9 0.32
Hex 8 9B 50 5F 0 30 27 95 5A 20
Octal 10 233 120 137 0 60 47 225 132 40
Binary 1000 10011011 1010000 1011111 0 110000 100111 10010101 1011010 100000

Color Harmonies of #089B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089B50

Black with #089B50

Text Example


Text Example

White with #089B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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