Html Css Color HEX #928812 Lemon Ginger

📋 copy color: '#928812'

red 146 ◦ green 136 ◦ blue 18

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

Shades of Lemon Ginger #928812

Tints of Lemon Ginger #928812

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.33%

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

R = 48.67%
G = 45.33%
B = 6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#928812 (or 0x928812) is known color: Lemon Ginger. HEX triplet: 92, 88 and 12. RGB value is (146,136,18). Sum of RGB (Red+Green+Blue) = 146+136+18=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #928812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928812 is #6D77ED. Grayscale: #7E7E7E. Windows color (decimal): -7174126 or 1214610. OLE color: 1214610.

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

Color convert

RGB 146 136 18 -
CMYK 0 0.07 0.88 0.43
HSL 55.31º 0.78% 0.32% -
HSV(B) 55.31º 0.88% 0.57% -
XYZ 20.77 23.76 4.06 -
YUV 125.54 67.31 142.59 -
System Red Green Blue C M Y K H S L
Decimal 146 136 18 0 0.07 0.88 0.43 55.31 0.78 0.32
Hex 92 88 12 0 7 58 2B 37 4E 20
Octal 222 210 22 0 7 130 53 67 116 40
Binary 10010010 10001000 10010 0 111 1011000 101011 110111 1001110 100000

Color Harmonies of #928812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928812

Black with #928812

Text Example


Text Example

White with #928812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928812; }

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

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

background-color css

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

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

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

border-color css

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

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

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