Html Css Color HEX #928C18 Lemon Ginger

📋 copy color: '#928C18'

red 146 ◦ green 140 ◦ blue 24

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

Shades of Lemon Ginger #928C18

Tints of Lemon Ginger #928C18

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.16%

 BLUE value IS 24 (9.77% from 255) = 7.74%

R = 47.1%
G = 45.16%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#928C18 (or 0x928C18) is known color: Lemon Ginger. HEX triplet: 92, 8C and 18. RGB value is (146,140,24). Sum of RGB (Red+Green+Blue) = 146+140+24=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #928C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928C18 is #6D73E7. Grayscale: #818181. Windows color (decimal): -7173096 or 1608850. OLE color: 1608850.

HSL color Cylindrical-coordinate representation of color #928C18: hue angle of 57.05º degrees, saturation: 0.72, 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 #928C18 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 140 24 -
CMYK 0 0.04 0.84 0.43
HSL 57.05º 0.72% 0.33% -
HSV(B) 57.05º 0.84% 0.57% -
XYZ 21.4 24.93 4.55 -
YUV 128.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 146 140 24 0 0.04 0.84 0.43 57.05 0.72 0.33
Hex 92 8C 18 0 4 54 2B 39 48 21
Octal 222 214 30 0 4 124 53 71 110 41
Binary 10010010 10001100 11000 0 100 1010100 101011 111001 1001000 100001

Color Harmonies of #928C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928C18

Black with #928C18

Text Example


Text Example

White with #928C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,140,24); }

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

background-color css

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

 a { background-color: rgb(146,140,24); }

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

border-color css

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

 span { border-color: rgb(146,140,24); }

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