Html Css Color HEX #93967F Lemon Grass

📋 copy color: '#93967F'

red 147 ◦ green 150 ◦ blue 127

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

Shades of Lemon Grass #93967F

Tints of Lemon Grass #93967F

RGB

 RED value IS 147 (57.81% from 255) = 34.67%

 GREEN value IS 150 (58.98% from 255) = 35.38%

 BLUE value IS 127 (50% from 255) = 29.95%

R = 34.67%
G = 35.38%
B = 29.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#93967F (or 0x93967F) is known color: Lemon Grass. HEX triplet: 93, 96 and 7F. RGB value is (147,150,127). Sum of RGB (Red+Green+Blue) = 147+150+127=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 150 - color contains mainly: green. Hex color #93967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93967F is #6C6980. Grayscale: #929292. Windows color (decimal): -7104897 or 8361619. OLE color: 8361619.

HSL color Cylindrical-coordinate representation of color #93967F: hue angle of 67.83º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93967F is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 150 127 -
CMYK 0.02 0 0.15 0.41
HSL 67.83º 0.1% 0.54% -
HSV(B) 67.83º 0.15% 0.59% -
XYZ 26.77 29.55 24.37 -
YUV 146.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 147 150 127 0.02 0 0.15 0.41 67.83 0.1 0.54
Hex 93 96 7F 2 0 F 29 44 A 36
Octal 223 226 177 2 0 17 51 104 12 66
Binary 10010011 10010110 1111111 10 0 1111 101001 1000100 1010 110110

Color Harmonies of #93967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93967F

Black with #93967F

Text Example


Text Example

White with #93967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93967F; }

 p { color: rgb(147,150,127); }

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

background-color css

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

 a { background-color: rgb(147,150,127); }

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

border-color css

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

 span { border-color: rgb(147,150,127); }

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