Html Css Color HEX #938D25 Lemon Ginger

📋 copy color: '#938D25'

red 147 ◦ green 141 ◦ blue 37

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

Shades of Lemon Ginger #938D25

Tints of Lemon Ginger #938D25

RGB

 RED value IS 147 (57.81% from 255) = 45.23%

 GREEN value IS 141 (55.47% from 255) = 43.38%

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

R = 45.23%
G = 43.38%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#938D25 (or 0x938D25) is known color: Lemon Ginger. HEX triplet: 93, 8D and 25. RGB value is (147,141,37). Sum of RGB (Red+Green+Blue) = 147+141+37=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #938D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938D25 is #6C72DA. Grayscale: #838383. Windows color (decimal): -7107291 or 2461075. OLE color: 2461075.

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

Color convert

RGB 147 141 37 -
CMYK 0 0.04 0.75 0.42
HSL 56.73º 0.6% 0.36% -
HSV(B) 56.73º 0.75% 0.58% -
XYZ 21.89 25.39 5.5 -
YUV 130.94 74.99 139.46 -
System Red Green Blue C M Y K H S L
Decimal 147 141 37 0 0.04 0.75 0.42 56.73 0.6 0.36
Hex 93 8D 25 0 4 4B 2A 39 3C 24
Octal 223 215 45 0 4 113 52 71 74 44
Binary 10010011 10001101 100101 0 100 1001011 101010 111001 111100 100100

Color Harmonies of #938D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D25

Black with #938D25

Text Example


Text Example

White with #938D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938D25; }

 p { color: rgb(147,141,37); }

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

background-color css

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

 a { background-color: rgb(147,141,37); }

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

border-color css

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

 span { border-color: rgb(147,141,37); }

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