Html Css Color HEX #948715 Lemon Ginger

📋 copy color: '#948715'

red 148 ◦ green 135 ◦ blue 21

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

Shades of Lemon Ginger #948715

Tints of Lemon Ginger #948715

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.41%

 BLUE value IS 21 (8.59% from 255) = 6.91%

R = 48.68%
G = 44.41%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#948715 (or 0x948715) is known color: Lemon Ginger. HEX triplet: 94, 87 and 15. RGB value is (148,135,21). Sum of RGB (Red+Green+Blue) = 148+135+21=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #948715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948715 is #6B78EA. Grayscale: #7E7E7E. Windows color (decimal): -7043307 or 1410964. OLE color: 1410964.

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

Color convert

RGB 148 135 21 -
CMYK 0 0.09 0.86 0.42
HSL 53.86º 0.75% 0.33% -
HSV(B) 53.86º 0.86% 0.58% -
XYZ 21.01 23.68 4.17 -
YUV 125.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 148 135 21 0 0.09 0.86 0.42 53.86 0.75 0.33
Hex 94 87 15 0 9 56 2A 36 4B 21
Octal 224 207 25 0 11 126 52 66 113 41
Binary 10010100 10000111 10101 0 1001 1010110 101010 110110 1001011 100001

Color Harmonies of #948715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948715

Black with #948715

Text Example


Text Example

White with #948715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948715; }

 p { color: rgb(148,135,21); }

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

background-color css

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

 a { background-color: rgb(148,135,21); }

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

border-color css

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

 span { border-color: rgb(148,135,21); }

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