Html Css Color HEX #928B1D Lemon Ginger

📋 copy color: '#928B1D'

red 146 ◦ green 139 ◦ blue 29

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

Shades of Lemon Ginger #928B1D

Tints of Lemon Ginger #928B1D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.27%

 BLUE value IS 29 (11.72% from 255) = 9.24%

R = 46.5%
G = 44.27%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#928B1D (or 0x928B1D) is known color: Lemon Ginger. HEX triplet: 92, 8B and 1D. RGB value is (146,139,29). Sum of RGB (Red+Green+Blue) = 146+139+29=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #928B1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928B1D is #6D74E2. Grayscale: #818181. Windows color (decimal): -7173347 or 1936274. OLE color: 1936274.

HSL color Cylindrical-coordinate representation of color #928B1D: hue angle of 56.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #928B1D is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 139 29 -
CMYK 0 0.05 0.80 0.43
HSL 56.41º 0.67% 0.34% -
HSV(B) 56.41º 0.8% 0.57% -
XYZ 21.31 24.66 4.8 -
YUV 128.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 146 139 29 0 0.05 0.80 0.43 56.41 0.67 0.34
Hex 92 8B 1D 0 5 50 2B 38 43 22
Octal 222 213 35 0 5 120 53 70 103 42
Binary 10010010 10001011 11101 0 101 1010000 101011 111000 1000011 100010

Color Harmonies of #928B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928B1D

Black with #928B1D

Text Example


Text Example

White with #928B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928B1D; }

 p { color: rgb(146,139,29); }

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

background-color css

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

 a { background-color: rgb(146,139,29); }

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

border-color css

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

 span { border-color: rgb(146,139,29); }

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