Html Css Color HEX #908422 Lemon Ginger

📋 copy color: '#908422'

red 144 ◦ green 132 ◦ blue 34

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

Shades of Lemon Ginger #908422

Tints of Lemon Ginger #908422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.58%

 BLUE value IS 34 (13.67% from 255) = 10.97%

R = 46.45%
G = 42.58%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#908422 (or 0x908422) is known color: Lemon Ginger. HEX triplet: 90, 84 and 22. RGB value is (144,132,34). Sum of RGB (Red+Green+Blue) = 144+132+34=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #908422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908422 is #6F7BDD. Grayscale: #7C7C7C. Windows color (decimal): -7306206 or 2262160. OLE color: 2262160.

HSL color Cylindrical-coordinate representation of color #908422: hue angle of 53.45º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #908422 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 132 34 -
CMYK 0 0.08 0.76 0.44
HSL 53.45º 0.62% 0.35% -
HSV(B) 53.45º 0.76% 0.56% -
XYZ 20.04 22.55 4.81 -
YUV 124.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 144 132 34 0 0.08 0.76 0.44 53.45 0.62 0.35
Hex 90 84 22 0 8 4C 2C 35 3E 23
Octal 220 204 42 0 10 114 54 65 76 43
Binary 10010000 10000100 100010 0 1000 1001100 101100 110101 111110 100011

Color Harmonies of #908422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908422

Black with #908422

Text Example


Text Example

White with #908422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908422; }

 p { color: rgb(144,132,34); }

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

background-color css

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

 a { background-color: rgb(144,132,34); }

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

border-color css

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

 span { border-color: rgb(144,132,34); }

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