Html Css Color HEX #947B26 Lemon Ginger

📋 copy color: '#947B26'

red 148 ◦ green 123 ◦ blue 38

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

Shades of Lemon Ginger #947B26

Tints of Lemon Ginger #947B26

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.81%

 BLUE value IS 38 (15.23% from 255) = 12.3%

R = 47.9%
G = 39.81%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#947B26 (or 0x947B26) is known color: Lemon Ginger. HEX triplet: 94, 7B and 26. RGB value is (148,123,38). Sum of RGB (Red+Green+Blue) = 148+123+38=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #947B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B26 is #6B84D9. Grayscale: #797979. Windows color (decimal): -7046362 or 2522004. OLE color: 2522004.

HSL color Cylindrical-coordinate representation of color #947B26: hue angle of 46.36º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #947B26 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 123 38 -
CMYK 0 0.17 0.74 0.42
HSL 46.36º 0.59% 0.36% -
HSV(B) 46.36º 0.74% 0.58% -
XYZ 19.65 20.6 4.77 -
YUV 120.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 148 123 38 0 0.17 0.74 0.42 46.36 0.59 0.36
Hex 94 7B 26 0 11 4A 2A 2E 3B 24
Octal 224 173 46 0 21 112 52 56 73 44
Binary 10010100 1111011 100110 0 10001 1001010 101010 101110 111011 100100

Color Harmonies of #947B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B26

Black with #947B26

Text Example


Text Example

White with #947B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,123,38); }

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

background-color css

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

 a { background-color: rgb(148,123,38); }

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

border-color css

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

 span { border-color: rgb(148,123,38); }

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