Html Css Color HEX #929585 Lemon Grass

📋 copy color: '#929585'

red 146 ◦ green 149 ◦ blue 133

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

Shades of Lemon Grass #929585

Tints of Lemon Grass #929585

RGB

 RED value IS 146 (57.42% from 255) = 34.11%

 GREEN value IS 149 (58.59% from 255) = 34.81%

 BLUE value IS 133 (52.34% from 255) = 31.07%

R = 34.11%
G = 34.81%
B = 31.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#929585 (or 0x929585) is known color: Lemon Grass. HEX triplet: 92, 95 and 85. RGB value is (146,149,133). Sum of RGB (Red+Green+Blue) = 146+149+133=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 149 - color contains mainly: green. Hex color #929585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929585 is #6D6A7A. Grayscale: #929292. Windows color (decimal): -7170683 or 8754578. OLE color: 8754578.

HSL color Cylindrical-coordinate representation of color #929585: hue angle of 71.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #929585 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 149 133 -
CMYK 0.02 0 0.11 0.42
HSL 71.25º 0.07% 0.55% -
HSV(B) 71.25º 0.11% 0.58% -
XYZ 26.84 29.3 26.43 -
YUV 146.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 146 149 133 0.02 0 0.11 0.42 71.25 0.07 0.55
Hex 92 95 85 2 0 B 2A 47 7 37
Octal 222 225 205 2 0 13 52 107 7 67
Binary 10010010 10010101 10000101 10 0 1011 101010 1000111 111 110111

Color Harmonies of #929585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929585

Black with #929585

Text Example


Text Example

White with #929585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929585; }

 p { color: rgb(146,149,133); }

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

background-color css

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

 a { background-color: rgb(146,149,133); }

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

border-color css

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

 span { border-color: rgb(146,149,133); }

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