Html Css Color HEX #90882C Lemon Ginger

📋 copy color: '#90882C'

red 144 ◦ green 136 ◦ blue 44

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

Shades of Lemon Ginger #90882C

Tints of Lemon Ginger #90882C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.98%

 BLUE value IS 44 (17.58% from 255) = 13.58%

R = 44.44%
G = 41.98%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#90882C (or 0x90882C) is known color: Lemon Ginger. HEX triplet: 90, 88 and 2C. RGB value is (144,136,44). Sum of RGB (Red+Green+Blue) = 144+136+44=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90882C is #6F77D3. Grayscale: #808080. Windows color (decimal): -7305172 or 2918544. OLE color: 2918544.

HSL color Cylindrical-coordinate representation of color #90882C: hue angle of 55.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90882C is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 136 44 -
CMYK 0 0.06 0.69 0.44
HSL 55.2º 0.53% 0.37% -
HSV(B) 55.2º 0.69% 0.56% -
XYZ 20.76 23.72 5.87 -
YUV 127.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 144 136 44 0 0.06 0.69 0.44 55.2 0.53 0.37
Hex 90 88 2C 0 6 45 2C 37 35 25
Octal 220 210 54 0 6 105 54 67 65 45
Binary 10010000 10001000 101100 0 110 1000101 101100 110111 110101 100101

Color Harmonies of #90882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90882C

Black with #90882C

Text Example


Text Example

White with #90882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90882C; }

 p { color: rgb(144,136,44); }

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

background-color css

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

 a { background-color: rgb(144,136,44); }

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

border-color css

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

 span { border-color: rgb(144,136,44); }

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