Html Css Color HEX #928C1B Lemon Ginger

📋 copy color: '#928C1B'

red 146 ◦ green 140 ◦ blue 27

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

Shades of Lemon Ginger #928C1B

Tints of Lemon Ginger #928C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 46.65%
G = 44.73%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#928C1B (or 0x928C1B) is known color: Lemon Ginger. HEX triplet: 92, 8C and 1B. RGB value is (146,140,27). Sum of RGB (Red+Green+Blue) = 146+140+27=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #928C1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928C1B is #6D73E4. Grayscale: #818181. Windows color (decimal): -7173093 or 1805458. OLE color: 1805458.

HSL color Cylindrical-coordinate representation of color #928C1B: hue angle of 56.97º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #928C1B is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 140 27 -
CMYK 0 0.04 0.82 0.43
HSL 56.97º 0.69% 0.34% -
HSV(B) 56.97º 0.82% 0.57% -
XYZ 21.43 24.95 4.72 -
YUV 128.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 146 140 27 0 0.04 0.82 0.43 56.97 0.69 0.34
Hex 92 8C 1B 0 4 52 2B 39 45 22
Octal 222 214 33 0 4 122 53 71 105 42
Binary 10010010 10001100 11011 0 100 1010010 101011 111001 1000101 100010

Color Harmonies of #928C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928C1B

Black with #928C1B

Text Example


Text Example

White with #928C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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