Html Css Color HEX #928C25 Lemon Ginger

📋 copy color: '#928C25'

red 146 ◦ green 140 ◦ blue 37

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

Shades of Lemon Ginger #928C25

Tints of Lemon Ginger #928C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.46%

R = 45.2%
G = 43.34%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#928C25 (or 0x928C25) is known color: Lemon Ginger. HEX triplet: 92, 8C and 25. RGB value is (146,140,37). Sum of RGB (Red+Green+Blue) = 146+140+37=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #928C25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928C25 is #6D73DA. Grayscale: #828282. Windows color (decimal): -7173083 or 2460818. OLE color: 2460818.

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

Color convert

RGB 146 140 37 -
CMYK 0 0.04 0.75 0.43
HSL 56.7º 0.6% 0.36% -
HSV(B) 56.7º 0.75% 0.57% -
XYZ 21.57 25 5.44 -
YUV 130.05 75.49 139.38 -
System Red Green Blue C M Y K H S L
Decimal 146 140 37 0 0.04 0.75 0.43 56.7 0.6 0.36
Hex 92 8C 25 0 4 4B 2B 39 3C 24
Octal 222 214 45 0 4 113 53 71 74 44
Binary 10010010 10001100 100101 0 100 1001011 101011 111001 111100 100100

Color Harmonies of #928C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928C25

Black with #928C25

Text Example


Text Example

White with #928C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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