Html Css Color HEX #90832F Lemon Ginger

📋 copy color: '#90832F'

red 144 ◦ green 131 ◦ blue 47

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

Shades of Lemon Ginger #90832F

Tints of Lemon Ginger #90832F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 44.72%
G = 40.68%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#90832F (or 0x90832F) is known color: Lemon Ginger. HEX triplet: 90, 83 and 2F. RGB value is (144,131,47). Sum of RGB (Red+Green+Blue) = 144+131+47=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90832F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90832F is #6F7CD0. Grayscale: #7D7D7D. Windows color (decimal): -7306449 or 3113872. OLE color: 3113872.

HSL color Cylindrical-coordinate representation of color #90832F: hue angle of 51.96º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90832F is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 131 47 -
CMYK 0 0.09 0.67 0.44
HSL 51.96º 0.51% 0.37% -
HSV(B) 51.96º 0.67% 0.56% -
XYZ 20.13 22.37 5.95 -
YUV 125.31 83.81 141.33 -
System Red Green Blue C M Y K H S L
Decimal 144 131 47 0 0.09 0.67 0.44 51.96 0.51 0.37
Hex 90 83 2F 0 9 43 2C 34 33 25
Octal 220 203 57 0 11 103 54 64 63 45
Binary 10010000 10000011 101111 0 1001 1000011 101100 110100 110011 100101

Color Harmonies of #90832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90832F

Black with #90832F

Text Example


Text Example

White with #90832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90832F; }

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

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

background-color css

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

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

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

border-color css

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

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

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