Html Css Color HEX #8F8321 Lemon Ginger

📋 copy color: '#8F8321'

red 143 ◦ green 131 ◦ blue 33

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

Shades of Lemon Ginger #8F8321

Tints of Lemon Ginger #8F8321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.75%

R = 46.58%
G = 42.67%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8F8321 (or 0x8F8321) is known color: Lemon Ginger. HEX triplet: 8F, 83 and 21. RGB value is (143,131,33). Sum of RGB (Red+Green+Blue) = 143+131+33=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8321 is #707CDE. Grayscale: #7B7B7B. Windows color (decimal): -7371999 or 2196367. OLE color: 2196367.

HSL color Cylindrical-coordinate representation of color #8F8321: hue angle of 53.45º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F8321 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 131 33 -
CMYK 0 0.08 0.77 0.44
HSL 53.45º 0.63% 0.35% -
HSV(B) 53.45º 0.77% 0.56% -
XYZ 19.72 22.18 4.68 -
YUV 123.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 143 131 33 0 0.08 0.77 0.44 53.45 0.63 0.35
Hex 8F 83 21 0 8 4D 2C 35 3E 23
Octal 217 203 41 0 10 115 54 65 76 43
Binary 10001111 10000011 100001 0 1000 1001101 101100 110101 111110 100011

Color Harmonies of #8F8321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8321

Black with #8F8321

Text Example


Text Example

White with #8F8321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,131,33); }

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

background-color css

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

 a { background-color: rgb(143,131,33); }

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

border-color css

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

 span { border-color: rgb(143,131,33); }

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