Html Css Color HEX #089452 Pigment Green

📋 copy color: '#089452'

red 8 ◦ green 148 ◦ blue 82

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

Shades of Pigment Green #089452

Tints of Pigment Green #089452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 62.18%

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

R = 3.36%
G = 62.18%
B = 34.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#089452 (or 0x089452) is known color: Pigment Green. HEX triplet: 08, 94 and 52. RGB value is (8,148,82). Sum of RGB (Red+Green+Blue) = 8+148+82=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #089452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089452 is #F76BAD. Grayscale: #626262. Windows color (decimal): -16214958 or 5411848. OLE color: 5411848.

HSL color Cylindrical-coordinate representation of color #089452: hue angle of 151.71º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089452 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 148 82 -
CMYK 0.95 0 0.45 0.42
HSL 151.71º 0.9% 0.31% -
HSV(B) 151.71º 0.95% 0.58% -
XYZ 12.21 21.84 11.55 -
YUV 98.62 118.62 63.37 -
System Red Green Blue C M Y K H S L
Decimal 8 148 82 0.95 0 0.45 0.42 151.71 0.9 0.31
Hex 8 94 52 5F 0 2D 2A 98 5A 1F
Octal 10 224 122 137 0 55 52 230 132 37
Binary 1000 10010100 1010010 1011111 0 101101 101010 10011000 1011010 11111

Color Harmonies of #089452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089452

Black with #089452

Text Example


Text Example

White with #089452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089452; }

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

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

background-color css

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

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

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

border-color css

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

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

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