Html Css Color HEX #099832 Pigment Green

📋 copy color: '#099832'

red 9 ◦ green 152 ◦ blue 50

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

Shades of Pigment Green #099832

Tints of Pigment Green #099832

RGB

 RED value IS 9 (3.91% from 255) = 4.27%

 GREEN value IS 152 (59.77% from 255) = 72.04%

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 4.27%
G = 72.04%
B = 23.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#099832 (or 0x099832) is known color: Pigment Green. HEX triplet: 09, 98 and 32. RGB value is (9,152,50). Sum of RGB (Red+Green+Blue) = 9+152+50=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 152 (59.77% from 255 or 72.04% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 152 - color contains mainly: green. Hex color #099832 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099832 is #F667CD. Grayscale: #616161. Windows color (decimal): -16148430 or 3315721. OLE color: 3315721.

HSL color Cylindrical-coordinate representation of color #099832: hue angle of 137.2º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099832 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 152 50 -
CMYK 0.94 0 0.67 0.40
HSL 137.2º 0.89% 0.32% -
HSV(B) 137.2º 0.94% 0.6% -
XYZ 11.92 22.74 6.78 -
YUV 97.62 101.12 64.79 -
System Red Green Blue C M Y K H S L
Decimal 9 152 50 0.94 0 0.67 0.40 137.2 0.89 0.32
Hex 9 98 32 5E 0 43 28 89 59 20
Octal 11 230 62 136 0 103 50 211 131 40
Binary 1001 10011000 110010 1011110 0 1000011 101000 10001001 1011001 100000

Color Harmonies of #099832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099832

Black with #099832

Text Example


Text Example

White with #099832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099832; }

 p { color: rgb(9,152,50); }

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

background-color css

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

 a { background-color: rgb(9,152,50); }

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

border-color css

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

 span { border-color: rgb(9,152,50); }

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