Html Css Color HEX #928B13 Lemon Ginger

📋 copy color: '#928B13'

red 146 ◦ green 139 ◦ blue 19

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

Shades of Lemon Ginger #928B13

Tints of Lemon Ginger #928B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 48.03%
G = 45.72%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#928B13 (or 0x928B13) is known color: Lemon Ginger. HEX triplet: 92, 8B and 13. RGB value is (146,139,19). Sum of RGB (Red+Green+Blue) = 146+139+19=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #928B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928B13 is #6D74EC. Grayscale: #7F7F7F. Windows color (decimal): -7173357 or 1280914. OLE color: 1280914.

HSL color Cylindrical-coordinate representation of color #928B13: hue angle of 56.69º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #928B13 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 139 19 -
CMYK 0 0.05 0.87 0.43
HSL 56.69º 0.77% 0.32% -
HSV(B) 56.69º 0.87% 0.57% -
XYZ 21.2 24.62 4.25 -
YUV 127.41 66.82 141.26 -
System Red Green Blue C M Y K H S L
Decimal 146 139 19 0 0.05 0.87 0.43 56.69 0.77 0.32
Hex 92 8B 13 0 5 57 2B 39 4D 20
Octal 222 213 23 0 5 127 53 71 115 40
Binary 10010010 10001011 10011 0 101 1010111 101011 111001 1001101 100000

Color Harmonies of #928B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928B13

Black with #928B13

Text Example


Text Example

White with #928B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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