Html Css Color HEX #948E2B Lemon Ginger

📋 copy color: '#948E2B'

red 148 ◦ green 142 ◦ blue 43

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

Shades of Lemon Ginger #948E2B

Tints of Lemon Ginger #948E2B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.64%

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

R = 44.44%
G = 42.64%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#948E2B (or 0x948E2B) is known color: Lemon Ginger. HEX triplet: 94, 8E and 2B. RGB value is (148,142,43). Sum of RGB (Red+Green+Blue) = 148+142+43=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #948E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948E2B is #6B71D4. Grayscale: #848484. Windows color (decimal): -7041493 or 2854548. OLE color: 2854548.

HSL color Cylindrical-coordinate representation of color #948E2B: hue angle of 56.57º 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 #948E2B is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 142 43 -
CMYK 0 0.04 0.71 0.42
HSL 56.57º 0.55% 0.37% -
HSV(B) 56.57º 0.71% 0.58% -
XYZ 22.32 25.82 6.09 -
YUV 132.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 148 142 43 0 0.04 0.71 0.42 56.57 0.55 0.37
Hex 94 8E 2B 0 4 47 2A 39 37 25
Octal 224 216 53 0 4 107 52 71 67 45
Binary 10010100 10001110 101011 0 100 1000111 101010 111001 110111 100101

Color Harmonies of #948E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E2B

Black with #948E2B

Text Example


Text Example

White with #948E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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