Html Css Color HEX #089B52 Pigment Green

📋 copy color: '#089B52'

red 8 ◦ green 155 ◦ blue 82

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

Shades of Pigment Green #089B52

Tints of Pigment Green #089B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.47%

R = 3.27%
G = 63.27%
B = 33.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#089B52 (or 0x089B52) is known color: Pigment Green. HEX triplet: 08, 9B and 52. RGB value is (8,155,82). Sum of RGB (Red+Green+Blue) = 8+155+82=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 155 (60.94% from 255 or 63.27% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 155 - color contains mainly: green. Hex color #089B52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089B52 is #F764AD. Grayscale: #666666. Windows color (decimal): -16213166 or 5413640. OLE color: 5413640.

HSL color Cylindrical-coordinate representation of color #089B52: hue angle of 150.2º 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 #089B52 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 155 82 -
CMYK 0.95 0 0.47 0.39
HSL 150.2º 0.9% 0.32% -
HSV(B) 150.2º 0.95% 0.61% -
XYZ 13.34 24.1 11.93 -
YUV 102.73 116.3 60.44 -
System Red Green Blue C M Y K H S L
Decimal 8 155 82 0.95 0 0.47 0.39 150.2 0.9 0.32
Hex 8 9B 52 5F 0 2F 27 96 5A 20
Octal 10 233 122 137 0 57 47 226 132 40
Binary 1000 10011011 1010010 1011111 0 101111 100111 10010110 1011010 100000

Color Harmonies of #089B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089B52

Black with #089B52

Text Example


Text Example

White with #089B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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