Html Css Color HEX #928B12 Lemon Ginger

📋 copy color: '#928B12'

red 146 ◦ green 139 ◦ blue 18

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

Shades of Lemon Ginger #928B12

Tints of Lemon Ginger #928B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.94%

R = 48.18%
G = 45.87%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#928B12 (or 0x928B12) is known color: Lemon Ginger. HEX triplet: 92, 8B and 12. RGB value is (146,139,18). Sum of RGB (Red+Green+Blue) = 146+139+18=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #928B12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928B12 is #6D74ED. Grayscale: #7F7F7F. Windows color (decimal): -7173358 or 1215378. OLE color: 1215378.

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

Color convert

RGB 146 139 18 -
CMYK 0 0.05 0.88 0.43
HSL 56.72º 0.78% 0.32% -
HSV(B) 56.72º 0.88% 0.57% -
XYZ 21.2 24.62 4.21 -
YUV 127.3 66.32 141.34 -
System Red Green Blue C M Y K H S L
Decimal 146 139 18 0 0.05 0.88 0.43 56.72 0.78 0.32
Hex 92 8B 12 0 5 58 2B 39 4E 20
Octal 222 213 22 0 5 130 53 71 116 40
Binary 10010010 10001011 10010 0 101 1011000 101011 111001 1001110 100000

Color Harmonies of #928B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928B12

Black with #928B12

Text Example


Text Example

White with #928B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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