Html Css Color HEX #908326 Lemon Ginger

📋 copy color: '#908326'

red 144 ◦ green 131 ◦ blue 38

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

Shades of Lemon Ginger #908326

Tints of Lemon Ginger #908326

RGB

 RED value IS 144 (56.64% from 255) = 46.01%

 GREEN value IS 131 (51.56% from 255) = 41.85%

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

R = 46.01%
G = 41.85%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#908326 (or 0x908326) is known color: Lemon Ginger. HEX triplet: 90, 83 and 26. RGB value is (144,131,38). Sum of RGB (Red+Green+Blue) = 144+131+38=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #908326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908326 is #6F7CD9. Grayscale: #7C7C7C. Windows color (decimal): -7306458 or 2524048. OLE color: 2524048.

HSL color Cylindrical-coordinate representation of color #908326: hue angle of 52.64º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #908326 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 131 38 -
CMYK 0 0.09 0.74 0.44
HSL 52.64º 0.58% 0.36% -
HSV(B) 52.64º 0.74% 0.56% -
XYZ 19.97 22.3 5.09 -
YUV 124.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 144 131 38 0 0.09 0.74 0.44 52.64 0.58 0.36
Hex 90 83 26 0 9 4A 2C 35 3A 24
Octal 220 203 46 0 11 112 54 65 72 44
Binary 10010000 10000011 100110 0 1001 1001010 101100 110101 111010 100100

Color Harmonies of #908326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908326

Black with #908326

Text Example


Text Example

White with #908326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908326; }

 p { color: rgb(144,131,38); }

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

background-color css

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

 a { background-color: rgb(144,131,38); }

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

border-color css

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

 span { border-color: rgb(144,131,38); }

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