Html Css Color HEX #928115 Lemon Ginger

📋 copy color: '#928115'

red 146 ◦ green 129 ◦ blue 21

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

Shades of Lemon Ginger #928115

Tints of Lemon Ginger #928115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.58%

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 49.32%
G = 43.58%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#928115 (or 0x928115) is known color: Lemon Ginger. HEX triplet: 92, 81 and 15. RGB value is (146,129,21). Sum of RGB (Red+Green+Blue) = 146+129+21=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #928115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928115 is #6D7EEA. Grayscale: #7A7A7A. Windows color (decimal): -7175915 or 1409426. OLE color: 1409426.

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

Color convert

RGB 146 129 21 -
CMYK 0 0.12 0.86 0.43
HSL 51.84º 0.75% 0.33% -
HSV(B) 51.84º 0.86% 0.57% -
XYZ 19.84 21.87 3.88 -
YUV 121.77 71.13 145.28 -
System Red Green Blue C M Y K H S L
Decimal 146 129 21 0 0.12 0.86 0.43 51.84 0.75 0.33
Hex 92 81 15 0 C 56 2B 34 4B 21
Octal 222 201 25 0 14 126 53 64 113 41
Binary 10010010 10000001 10101 0 1100 1010110 101011 110100 1001011 100001

Color Harmonies of #928115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928115

Black with #928115

Text Example


Text Example

White with #928115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928115; }

 p { color: rgb(146,129,21); }

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

background-color css

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

 a { background-color: rgb(146,129,21); }

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

border-color css

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

 span { border-color: rgb(146,129,21); }

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