Html Css Color HEX #09894C Salem

📋 copy color: '#09894C'

red 9 ◦ green 137 ◦ blue 76

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

Shades of Salem #09894C

Tints of Salem #09894C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 61.71%

 BLUE value IS 76 (30.08% from 255) = 34.23%

R = 4.05%
G = 61.71%
B = 34.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#09894C (or 0x09894C) is known color: Salem. HEX triplet: 09, 89 and 4C. RGB value is (9,137,76). Sum of RGB (Red+Green+Blue) = 9+137+76=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #09894C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09894C is #F676B3. Grayscale: #5B5B5B. Windows color (decimal): -16152244 or 5015817. OLE color: 5015817.

HSL color Cylindrical-coordinate representation of color #09894C: hue angle of 151.41º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09894C is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 137 76 -
CMYK 0.93 0 0.45 0.46
HSL 151.41º 0.88% 0.29% -
HSV(B) 151.41º 0.93% 0.54% -
XYZ 10.36 18.47 9.86 -
YUV 91.77 119.09 68.96 -
System Red Green Blue C M Y K H S L
Decimal 9 137 76 0.93 0 0.45 0.46 151.41 0.88 0.29
Hex 9 89 4C 5D 0 2D 2E 97 58 1D
Octal 11 211 114 135 0 55 56 227 130 35
Binary 1001 10001001 1001100 1011101 0 101101 101110 10010111 1011000 11101

Color Harmonies of #09894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09894C

Black with #09894C

Text Example


Text Example

White with #09894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09894C; }

 p { color: rgb(9,137,76); }

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

background-color css

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

 a { background-color: rgb(9,137,76); }

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

border-color css

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

 span { border-color: rgb(9,137,76); }

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