Html Css Color HEX #928030 Lemon Ginger

📋 copy color: '#928030'

red 146 ◦ green 128 ◦ blue 48

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

Shades of Lemon Ginger #928030

Tints of Lemon Ginger #928030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.75%

 BLUE value IS 48 (19.14% from 255) = 14.91%

R = 45.34%
G = 39.75%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#928030 (or 0x928030) is known color: Lemon Ginger. HEX triplet: 92, 80 and 30. RGB value is (146,128,48). Sum of RGB (Red+Green+Blue) = 146+128+48=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #928030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928030 is #6D7FCF. Grayscale: #7C7C7C. Windows color (decimal): -7176144 or 3178642. OLE color: 3178642.

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

Color convert

RGB 146 128 48 -
CMYK 0 0.12 0.67 0.43
HSL 48.98º 0.51% 0.38% -
HSV(B) 48.98º 0.67% 0.57% -
XYZ 20.11 21.76 5.94 -
YUV 124.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 146 128 48 0 0.12 0.67 0.43 48.98 0.51 0.38
Hex 92 80 30 0 C 43 2B 31 33 26
Octal 222 200 60 0 14 103 53 61 63 46
Binary 10010010 10000000 110000 0 1100 1000011 101011 110001 110011 100110

Color Harmonies of #928030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928030

Black with #928030

Text Example


Text Example

White with #928030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928030; }

 p { color: rgb(146,128,48); }

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

background-color css

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

 a { background-color: rgb(146,128,48); }

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

border-color css

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

 span { border-color: rgb(146,128,48); }

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