Html Css Color HEX #948627 Lemon Ginger

📋 copy color: '#948627'

red 148 ◦ green 134 ◦ blue 39

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

Shades of Lemon Ginger #948627

Tints of Lemon Ginger #948627

RGB

 RED value IS 148 (58.2% from 255) = 46.11%

 GREEN value IS 134 (52.73% from 255) = 41.74%

 BLUE value IS 39 (15.63% from 255) = 12.15%

R = 46.11%
G = 41.74%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#948627 (or 0x948627) is known color: Lemon Ginger. HEX triplet: 94, 86 and 27. RGB value is (148,134,39). Sum of RGB (Red+Green+Blue) = 148+134+39=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #948627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948627 is #6B79D8. Grayscale: #7F7F7F. Windows color (decimal): -7043545 or 2590356. OLE color: 2590356.

HSL color Cylindrical-coordinate representation of color #948627: hue angle of 52.29º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #948627 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 134 39 -
CMYK 0 0.09 0.74 0.42
HSL 52.29º 0.58% 0.37% -
HSV(B) 52.29º 0.74% 0.58% -
XYZ 21.1 23.49 5.34 -
YUV 127.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 148 134 39 0 0.09 0.74 0.42 52.29 0.58 0.37
Hex 94 86 27 0 9 4A 2A 34 3A 25
Octal 224 206 47 0 11 112 52 64 72 45
Binary 10010100 10000110 100111 0 1001 1001010 101010 110100 111010 100101

Color Harmonies of #948627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948627

Black with #948627

Text Example


Text Example

White with #948627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948627; }

 p { color: rgb(148,134,39); }

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

background-color css

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

 a { background-color: rgb(148,134,39); }

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

border-color css

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

 span { border-color: rgb(148,134,39); }

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