Html Css Color HEX #947D23 Lemon Ginger

📋 copy color: '#947D23'

red 148 ◦ green 125 ◦ blue 35

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

Shades of Lemon Ginger #947D23

Tints of Lemon Ginger #947D23

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.58%

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

R = 48.05%
G = 40.58%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#947D23 (or 0x947D23) is known color: Lemon Ginger. HEX triplet: 94, 7D and 23. RGB value is (148,125,35). Sum of RGB (Red+Green+Blue) = 148+125+35=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #947D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947D23 is #6B82DC. Grayscale: #7A7A7A. Windows color (decimal): -7045853 or 2325908. OLE color: 2325908.

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

Color convert

RGB 148 125 35 -
CMYK 0 0.16 0.76 0.42
HSL 47.79º 0.62% 0.36% -
HSV(B) 47.79º 0.76% 0.58% -
XYZ 19.85 21.08 4.61 -
YUV 121.62 79.12 146.82 -
System Red Green Blue C M Y K H S L
Decimal 148 125 35 0 0.16 0.76 0.42 47.79 0.62 0.36
Hex 94 7D 23 0 10 4C 2A 30 3E 24
Octal 224 175 43 0 20 114 52 60 76 44
Binary 10010100 1111101 100011 0 10000 1001100 101010 110000 111110 100100

Color Harmonies of #947D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D23

Black with #947D23

Text Example


Text Example

White with #947D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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