Html Css Color HEX #09894B Salem

📋 copy color: '#09894B'

red 9 ◦ green 137 ◦ blue 75

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

Shades of Salem #09894B

Tints of Salem #09894B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 4.07%
G = 61.99%
B = 33.94%

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

#09894B (or 0x09894B) is known color: Salem. HEX triplet: 09, 89 and 4B. RGB value is (9,137,75). Sum of RGB (Red+Green+Blue) = 9+137+75=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 137 (53.91% from 255 or 61.99% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 137 - color contains mainly: green. Hex color #09894B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09894B is #F676B4. Grayscale: #5B5B5B. Windows color (decimal): -16152245 or 4950281. OLE color: 4950281.

HSL color Cylindrical-coordinate representation of color #09894B: hue angle of 150.94º 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 #09894B is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 137 75 -
CMYK 0.93 0 0.45 0.46
HSL 150.94º 0.88% 0.29% -
HSV(B) 150.94º 0.93% 0.54% -
XYZ 10.33 18.46 9.67 -
YUV 91.66 118.59 69.04 -
System Red Green Blue C M Y K H S L
Decimal 9 137 75 0.93 0 0.45 0.46 150.94 0.88 0.29
Hex 9 89 4B 5D 0 2D 2E 97 58 1D
Octal 11 211 113 135 0 55 56 227 130 35
Binary 1001 10001001 1001011 1011101 0 101101 101110 10010111 1011000 11101

Color Harmonies of #09894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09894B

Black with #09894B

Text Example


Text Example

White with #09894B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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