Html Css Color HEX #948C2B Lemon Ginger

📋 copy color: '#948C2B'

red 148 ◦ green 140 ◦ blue 43

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

Shades of Lemon Ginger #948C2B

Tints of Lemon Ginger #948C2B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.3%

 BLUE value IS 43 (17.19% from 255) = 12.99%

R = 44.71%
G = 42.3%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#948C2B (or 0x948C2B) is known color: Lemon Ginger. HEX triplet: 94, 8C and 2B. RGB value is (148,140,43). Sum of RGB (Red+Green+Blue) = 148+140+43=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #948C2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948C2B is #6B73D4. Grayscale: #838383. Windows color (decimal): -7042005 or 2854036. OLE color: 2854036.

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

Color convert

RGB 148 140 43 -
CMYK 0 0.05 0.71 0.42
HSL 55.43º 0.55% 0.37% -
HSV(B) 55.43º 0.71% 0.58% -
XYZ 22.03 25.23 5.99 -
YUV 131.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 148 140 43 0 0.05 0.71 0.42 55.43 0.55 0.37
Hex 94 8C 2B 0 5 47 2A 37 37 25
Octal 224 214 53 0 5 107 52 67 67 45
Binary 10010100 10001100 101011 0 101 1000111 101010 110111 110111 100101

Color Harmonies of #948C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C2B

Black with #948C2B

Text Example


Text Example

White with #948C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948C2B; }

 p { color: rgb(148,140,43); }

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

background-color css

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

 a { background-color: rgb(148,140,43); }

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

border-color css

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

 span { border-color: rgb(148,140,43); }

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