Html Css Color HEX #938A30 Lemon Ginger

📋 copy color: '#938A30'

red 147 ◦ green 138 ◦ blue 48

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

Shades of Lemon Ginger #938A30

Tints of Lemon Ginger #938A30

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.44%

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

R = 44.14%
G = 41.44%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#938A30 (or 0x938A30) is known color: Lemon Ginger. HEX triplet: 93, 8A and 30. RGB value is (147,138,48). Sum of RGB (Red+Green+Blue) = 147+138+48=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #938A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938A30 is #6C75CF. Grayscale: #828282. Windows color (decimal): -7108048 or 3181203. OLE color: 3181203.

HSL color Cylindrical-coordinate representation of color #938A30: hue angle of 54.55º 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 #938A30 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 138 48 -
CMYK 0 0.06 0.67 0.42
HSL 54.55º 0.51% 0.38% -
HSV(B) 54.55º 0.67% 0.58% -
XYZ 21.65 24.59 6.4 -
YUV 130.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 147 138 48 0 0.06 0.67 0.42 54.55 0.51 0.38
Hex 93 8A 30 0 6 43 2A 37 33 26
Octal 223 212 60 0 6 103 52 67 63 46
Binary 10010011 10001010 110000 0 110 1000011 101010 110111 110011 100110

Color Harmonies of #938A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938A30

Black with #938A30

Text Example


Text Example

White with #938A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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