Html Css Color HEX #8F801B Lemon Ginger

📋 copy color: '#8F801B'

red 143 ◦ green 128 ◦ blue 27

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

Shades of Lemon Ginger #8F801B

Tints of Lemon Ginger #8F801B

RGB

 RED value IS 143 (56.25% from 255) = 47.99%

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

 BLUE value IS 27 (10.94% from 255) = 9.06%

R = 47.99%
G = 42.95%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8F801B (or 0x8F801B) is known color: Lemon Ginger. HEX triplet: 8F, 80 and 1B. RGB value is (143,128,27). Sum of RGB (Red+Green+Blue) = 143+128+27=298 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.99% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 143 - color contains mainly: red. Hex color #8F801B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F801B is #707FE4. Grayscale: #797979. Windows color (decimal): -7372773 or 1802383. OLE color: 1802383.

HSL color Cylindrical-coordinate representation of color #8F801B: hue angle of 52.24º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F801B is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 128 27 -
CMYK 0 0.10 0.81 0.44
HSL 52.24º 0.68% 0.33% -
HSV(B) 52.24º 0.81% 0.56% -
XYZ 19.24 21.36 4.14 -
YUV 120.97 74.97 143.71 -
System Red Green Blue C M Y K H S L
Decimal 143 128 27 0 0.10 0.81 0.44 52.24 0.68 0.33
Hex 8F 80 1B 0 A 51 2C 34 44 21
Octal 217 200 33 0 12 121 54 64 104 41
Binary 10001111 10000000 11011 0 1010 1010001 101100 110100 1000100 100001

Color Harmonies of #8F801B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F801B

Black with #8F801B

Text Example


Text Example

White with #8F801B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F801B; }

 p { color: rgb(143,128,27); }

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

background-color css

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

 a { background-color: rgb(143,128,27); }

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

border-color css

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

 span { border-color: rgb(143,128,27); }

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