Html Css Color HEX #99802B Lemon Ginger

📋 copy color: '#99802B'

red 153 ◦ green 128 ◦ blue 43

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

Shades of Lemon Ginger #99802B

Tints of Lemon Ginger #99802B

RGB

 RED value IS 153 (60.16% from 255) = 47.22%

 GREEN value IS 128 (50.39% from 255) = 39.51%

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

R = 47.22%
G = 39.51%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#99802B (or 0x99802B) is known color: Lemon Ginger. HEX triplet: 99, 80 and 2B. RGB value is (153,128,43). Sum of RGB (Red+Green+Blue) = 153+128+43=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #99802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99802B is #667FD4. Grayscale: #7E7E7E. Windows color (decimal): -6717397 or 2850969. OLE color: 2850969.

HSL color Cylindrical-coordinate representation of color #99802B: hue angle of 46.36º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99802B is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 43 -
CMYK 0 0.16 0.72 0.4
HSL 46.36º 0.56% 0.38% -
HSV(B) 46.36º 0.72% 0.6% -
XYZ 21.29 22.39 5.48 -
YUV 125.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 153 128 43 0 0.16 0.72 0.4 46.36 0.56 0.38
Hex 99 80 2B 0 10 48 28 2E 38 26
Octal 231 200 53 0 20 110 50 56 70 46
Binary 10011001 10000000 101011 0 10000 1001000 101000 101110 111000 100110

Color Harmonies of #99802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99802B

Black with #99802B

Text Example


Text Example

White with #99802B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,128,43); }

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

background-color css

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

 a { background-color: rgb(153,128,43); }

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

border-color css

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

 span { border-color: rgb(153,128,43); }

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