Html Css Color HEX #947B27 Lemon Ginger

📋 copy color: '#947B27'

red 148 ◦ green 123 ◦ blue 39

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

Shades of Lemon Ginger #947B27

Tints of Lemon Ginger #947B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.58%

R = 47.74%
G = 39.68%
B = 12.58%

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

#947B27 (or 0x947B27) is known color: Lemon Ginger. HEX triplet: 94, 7B and 27. RGB value is (148,123,39). Sum of RGB (Red+Green+Blue) = 148+123+39=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #947B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B27 is #6B84D8. Grayscale: #797979. Windows color (decimal): -7046361 or 2587540. OLE color: 2587540.

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

Color convert

RGB 148 123 39 -
CMYK 0 0.17 0.74 0.42
HSL 46.24º 0.58% 0.37% -
HSV(B) 46.24º 0.74% 0.58% -
XYZ 19.66 20.61 4.86 -
YUV 120.9 81.78 147.33 -
System Red Green Blue C M Y K H S L
Decimal 148 123 39 0 0.17 0.74 0.42 46.24 0.58 0.37
Hex 94 7B 27 0 11 4A 2A 2E 3A 25
Octal 224 173 47 0 21 112 52 56 72 45
Binary 10010100 1111011 100111 0 10001 1001010 101010 101110 111010 100101

Color Harmonies of #947B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B27

Black with #947B27

Text Example


Text Example

White with #947B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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