Html Css Color HEX #8F8524 Lemon Ginger

📋 copy color: '#8F8524'

red 143 ◦ green 133 ◦ blue 36

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

Shades of Lemon Ginger #8F8524

Tints of Lemon Ginger #8F8524

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

 BLUE value IS 36 (14.45% from 255) = 11.54%

R = 45.83%
G = 42.63%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8F8524 (or 0x8F8524) is known color: Lemon Ginger. HEX triplet: 8F, 85 and 24. RGB value is (143,133,36). Sum of RGB (Red+Green+Blue) = 143+133+36=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8524 is #707ADB. Grayscale: #7D7D7D. Windows color (decimal): -7371484 or 2393487. OLE color: 2393487.

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

Color convert

RGB 143 133 36 -
CMYK 0 0.07 0.75 0.44
HSL 54.39º 0.6% 0.35% -
HSV(B) 54.39º 0.75% 0.56% -
XYZ 20.03 22.74 5 -
YUV 124.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 143 133 36 0 0.07 0.75 0.44 54.39 0.6 0.35
Hex 8F 85 24 0 7 4B 2C 36 3C 23
Octal 217 205 44 0 7 113 54 66 74 43
Binary 10001111 10000101 100100 0 111 1001011 101100 110110 111100 100011

Color Harmonies of #8F8524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8524

Black with #8F8524

Text Example


Text Example

White with #8F8524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,133,36); }

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

background-color css

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

 a { background-color: rgb(143,133,36); }

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

border-color css

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

 span { border-color: rgb(143,133,36); }

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