Html Css Color HEX #8F8312 Lemon Ginger

📋 copy color: '#8F8312'

red 143 ◦ green 131 ◦ blue 18

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

Shades of Lemon Ginger #8F8312

Tints of Lemon Ginger #8F8312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.16%

R = 48.97%
G = 44.86%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#8F8312 (or 0x8F8312) is known color: Lemon Ginger. HEX triplet: 8F, 83 and 12. RGB value is (143,131,18). Sum of RGB (Red+Green+Blue) = 143+131+18=292 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.97% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8312 is #707CED. Grayscale: #7A7A7A. Windows color (decimal): -7372014 or 1213327. OLE color: 1213327.

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

Color convert

RGB 143 131 18 -
CMYK 0 0.08 0.87 0.44
HSL 54.24º 0.78% 0.32% -
HSV(B) 54.24º 0.87% 0.56% -
XYZ 19.55 22.12 3.81 -
YUV 121.71 69.48 143.19 -
System Red Green Blue C M Y K H S L
Decimal 143 131 18 0 0.08 0.87 0.44 54.24 0.78 0.32
Hex 8F 83 12 0 8 57 2C 36 4E 20
Octal 217 203 22 0 10 127 54 66 116 40
Binary 10001111 10000011 10010 0 1000 1010111 101100 110110 1001110 100000

Color Harmonies of #8F8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8312

Black with #8F8312

Text Example


Text Example

White with #8F8312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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