Html Css Color HEX #908223 Lemon Ginger

📋 copy color: '#908223'

red 144 ◦ green 130 ◦ blue 35

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

Shades of Lemon Ginger #908223

Tints of Lemon Ginger #908223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.07%

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

R = 46.6%
G = 42.07%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#908223 (or 0x908223) is known color: Lemon Ginger. HEX triplet: 90, 82 and 23. RGB value is (144,130,35). Sum of RGB (Red+Green+Blue) = 144+130+35=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #908223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908223 is #6F7DDC. Grayscale: #7B7B7B. Windows color (decimal): -7306717 or 2327184. OLE color: 2327184.

HSL color Cylindrical-coordinate representation of color #908223: hue angle of 52.29º degrees, saturation: 0.61, 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 #908223 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 130 35 -
CMYK 0 0.10 0.76 0.44
HSL 52.29º 0.61% 0.35% -
HSV(B) 52.29º 0.76% 0.56% -
XYZ 19.79 22.02 4.8 -
YUV 123.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 144 130 35 0 0.10 0.76 0.44 52.29 0.61 0.35
Hex 90 82 23 0 A 4C 2C 34 3D 23
Octal 220 202 43 0 12 114 54 64 75 43
Binary 10010000 10000010 100011 0 1010 1001100 101100 110100 111101 100011

Color Harmonies of #908223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908223

Black with #908223

Text Example


Text Example

White with #908223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908223; }

 p { color: rgb(144,130,35); }

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

background-color css

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

 a { background-color: rgb(144,130,35); }

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

border-color css

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

 span { border-color: rgb(144,130,35); }

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