Html Css Color HEX #938530 Lemon Ginger

📋 copy color: '#938530'

red 147 ◦ green 133 ◦ blue 48

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

Shades of Lemon Ginger #938530

Tints of Lemon Ginger #938530

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

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

R = 44.82%
G = 40.55%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#938530 (or 0x938530) is known color: Lemon Ginger. HEX triplet: 93, 85 and 30. RGB value is (147,133,48). Sum of RGB (Red+Green+Blue) = 147+133+48=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #938530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938530 is #6C7ACF. Grayscale: #7F7F7F. Windows color (decimal): -7109328 or 3179923. OLE color: 3179923.

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

Color convert

RGB 147 133 48 -
CMYK 0 0.10 0.67 0.42
HSL 51.52º 0.51% 0.38% -
HSV(B) 51.52º 0.67% 0.58% -
XYZ 20.95 23.19 6.17 -
YUV 127.5 83.14 141.91 -
System Red Green Blue C M Y K H S L
Decimal 147 133 48 0 0.10 0.67 0.42 51.52 0.51 0.38
Hex 93 85 30 0 A 43 2A 34 33 26
Octal 223 205 60 0 12 103 52 64 63 46
Binary 10010011 10000101 110000 0 1010 1000011 101010 110100 110011 100110

Color Harmonies of #938530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938530

Black with #938530

Text Example


Text Example

White with #938530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938530; }

 p { color: rgb(147,133,48); }

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

background-color css

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

 a { background-color: rgb(147,133,48); }

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

border-color css

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

 span { border-color: rgb(147,133,48); }

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