Html Css Color HEX #928217 Lemon Ginger

📋 copy color: '#928217'

red 146 ◦ green 130 ◦ blue 23

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

Shades of Lemon Ginger #928217

Tints of Lemon Ginger #928217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.48%

 BLUE value IS 23 (9.38% from 255) = 7.69%

R = 48.83%
G = 43.48%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#928217 (or 0x928217) is known color: Lemon Ginger. HEX triplet: 92, 82 and 17. RGB value is (146,130,23). Sum of RGB (Red+Green+Blue) = 146+130+23=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #928217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928217 is #6D7DE8. Grayscale: #7B7B7B. Windows color (decimal): -7175657 or 1540754. OLE color: 1540754.

HSL color Cylindrical-coordinate representation of color #928217: hue angle of 52.2º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #928217 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 130 23 -
CMYK 0 0.11 0.84 0.43
HSL 52.2º 0.73% 0.33% -
HSV(B) 52.2º 0.84% 0.57% -
XYZ 19.99 22.14 4.03 -
YUV 122.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 146 130 23 0 0.11 0.84 0.43 52.2 0.73 0.33
Hex 92 82 17 0 B 54 2B 34 49 21
Octal 222 202 27 0 13 124 53 64 111 41
Binary 10010010 10000010 10111 0 1011 1010100 101011 110100 1001001 100001

Color Harmonies of #928217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928217

Black with #928217

Text Example


Text Example

White with #928217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928217; }

 p { color: rgb(146,130,23); }

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

background-color css

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

 a { background-color: rgb(146,130,23); }

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

border-color css

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

 span { border-color: rgb(146,130,23); }

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