Html Css Color HEX #90882B Lemon Ginger

📋 copy color: '#90882B'

red 144 ◦ green 136 ◦ blue 43

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

Shades of Lemon Ginger #90882B

Tints of Lemon Ginger #90882B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.31%

R = 44.58%
G = 42.11%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#90882B (or 0x90882B) is known color: Lemon Ginger. HEX triplet: 90, 88 and 2B. RGB value is (144,136,43). Sum of RGB (Red+Green+Blue) = 144+136+43=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #90882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90882B is #6F77D4. Grayscale: #808080. Windows color (decimal): -7305173 or 2853008. OLE color: 2853008.

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

Color convert

RGB 144 136 43 -
CMYK 0 0.06 0.70 0.44
HSL 55.25º 0.54% 0.37% -
HSV(B) 55.25º 0.7% 0.56% -
XYZ 20.74 23.71 5.77 -
YUV 127.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 144 136 43 0 0.06 0.70 0.44 55.25 0.54 0.37
Hex 90 88 2B 0 6 46 2C 37 36 25
Octal 220 210 53 0 6 106 54 67 66 45
Binary 10010000 10001000 101011 0 110 1000110 101100 110111 110110 100101

Color Harmonies of #90882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90882B

Black with #90882B

Text Example


Text Example

White with #90882B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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