Html Css Color HEX #928318 Lemon Ginger

📋 copy color: '#928318'

red 146 ◦ green 131 ◦ blue 24

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

Shades of Lemon Ginger #928318

Tints of Lemon Ginger #928318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.52%

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

R = 48.5%
G = 43.52%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#928318 (or 0x928318) is known color: Lemon Ginger. HEX triplet: 92, 83 and 18. RGB value is (146,131,24). Sum of RGB (Red+Green+Blue) = 146+131+24=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #928318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928318 is #6D7CE7. Grayscale: #7B7B7B. Windows color (decimal): -7175400 or 1606546. OLE color: 1606546.

HSL color Cylindrical-coordinate representation of color #928318: hue angle of 52.62º 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 #928318 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 131 24 -
CMYK 0 0.10 0.84 0.43
HSL 52.62º 0.72% 0.33% -
HSV(B) 52.62º 0.84% 0.57% -
XYZ 20.14 22.41 4.13 -
YUV 123.29 71.97 144.2 -
System Red Green Blue C M Y K H S L
Decimal 146 131 24 0 0.10 0.84 0.43 52.62 0.72 0.33
Hex 92 83 18 0 A 54 2B 35 48 21
Octal 222 203 30 0 12 124 53 65 110 41
Binary 10010010 10000011 11000 0 1010 1010100 101011 110101 1001000 100001

Color Harmonies of #928318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928318

Black with #928318

Text Example


Text Example

White with #928318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928318; }

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

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

background-color css

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

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

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

border-color css

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

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

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