Html Css Color HEX #938812 Lemon Ginger

📋 copy color: '#938812'

red 147 ◦ green 136 ◦ blue 18

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

Shades of Lemon Ginger #938812

Tints of Lemon Ginger #938812

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.18%

 BLUE value IS 18 (7.42% from 255) = 5.98%

R = 48.84%
G = 45.18%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#938812 (or 0x938812) is known color: Lemon Ginger. HEX triplet: 93, 88 and 12. RGB value is (147,136,18). Sum of RGB (Red+Green+Blue) = 147+136+18=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #938812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938812 is #6C77ED. Grayscale: #7E7E7E. Windows color (decimal): -7108590 or 1214611. OLE color: 1214611.

HSL color Cylindrical-coordinate representation of color #938812: hue angle of 54.88º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #938812 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 136 18 -
CMYK 0 0.07 0.88 0.42
HSL 54.88º 0.78% 0.32% -
HSV(B) 54.88º 0.88% 0.58% -
XYZ 20.95 23.86 4.07 -
YUV 125.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 147 136 18 0 0.07 0.88 0.42 54.88 0.78 0.32
Hex 93 88 12 0 7 58 2A 37 4E 20
Octal 223 210 22 0 7 130 52 67 116 40
Binary 10010011 10001000 10010 0 111 1011000 101010 110111 1001110 100000

Color Harmonies of #938812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938812

Black with #938812

Text Example


Text Example

White with #938812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938812; }

 p { color: rgb(147,136,18); }

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

background-color css

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

 a { background-color: rgb(147,136,18); }

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

border-color css

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

 span { border-color: rgb(147,136,18); }

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