Html Css Color HEX #948F23 Lemon Ginger

📋 copy color: '#948F23'

red 148 ◦ green 143 ◦ blue 35

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

Shades of Lemon Ginger #948F23

Tints of Lemon Ginger #948F23

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.87%

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

R = 45.4%
G = 43.87%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#948F23 (or 0x948F23) is known color: Lemon Ginger. HEX triplet: 94, 8F and 23. RGB value is (148,143,35). Sum of RGB (Red+Green+Blue) = 148+143+35=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #948F23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948F23 is #6B70DC. Grayscale: #848484. Windows color (decimal): -7041245 or 2330516. OLE color: 2330516.

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

Color convert

RGB 148 143 35 -
CMYK 0 0.03 0.76 0.42
HSL 57.35º 0.62% 0.36% -
HSV(B) 57.35º 0.76% 0.58% -
XYZ 22.34 26.06 5.44 -
YUV 132.18 73.16 139.28 -
System Red Green Blue C M Y K H S L
Decimal 148 143 35 0 0.03 0.76 0.42 57.35 0.62 0.36
Hex 94 8F 23 0 3 4C 2A 39 3E 24
Octal 224 217 43 0 3 114 52 71 76 44
Binary 10010100 10001111 100011 0 11 1001100 101010 111001 111110 100100

Color Harmonies of #948F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F23

Black with #948F23

Text Example


Text Example

White with #948F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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