Html Css Color HEX #948B23 Lemon Ginger

📋 copy color: '#948B23'

red 148 ◦ green 139 ◦ blue 35

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

Shades of Lemon Ginger #948B23

Tints of Lemon Ginger #948B23

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.17%

 BLUE value IS 35 (14.06% from 255) = 10.87%

R = 45.96%
G = 43.17%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#948B23 (or 0x948B23) is known color: Lemon Ginger. HEX triplet: 94, 8B and 23. RGB value is (148,139,35). Sum of RGB (Red+Green+Blue) = 148+139+35=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #948B23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948B23 is #6B74DC. Grayscale: #828282. Windows color (decimal): -7042269 or 2329492. OLE color: 2329492.

HSL color Cylindrical-coordinate representation of color #948B23: hue angle of 55.22º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #948B23 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 139 35 -
CMYK 0 0.06 0.76 0.42
HSL 55.22º 0.62% 0.36% -
HSV(B) 55.22º 0.76% 0.58% -
XYZ 21.75 24.88 5.25 -
YUV 129.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 148 139 35 0 0.06 0.76 0.42 55.22 0.62 0.36
Hex 94 8B 23 0 6 4C 2A 37 3E 24
Octal 224 213 43 0 6 114 52 67 76 44
Binary 10010100 10001011 100011 0 110 1001100 101010 110111 111110 100100

Color Harmonies of #948B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B23

Black with #948B23

Text Example


Text Example

White with #948B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,139,35); }

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

background-color css

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

 a { background-color: rgb(148,139,35); }

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

border-color css

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

 span { border-color: rgb(148,139,35); }

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