Html Css Color HEX #8E852B Lemon Ginger

📋 copy color: '#8E852B'

red 142 ◦ green 133 ◦ blue 43

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

Shades of Lemon Ginger #8E852B

Tints of Lemon Ginger #8E852B

RGB

 RED value IS 142 (55.86% from 255) = 44.65%

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

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

R = 44.65%
G = 41.82%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8E852B (or 0x8E852B) is known color: Lemon Ginger. HEX triplet: 8E, 85 and 2B. RGB value is (142,133,43). Sum of RGB (Red+Green+Blue) = 142+133+43=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E852B is #717AD4. Grayscale: #7D7D7D. Windows color (decimal): -7437013 or 2852238. OLE color: 2852238.

HSL color Cylindrical-coordinate representation of color #8E852B: hue angle of 54.55º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E852B is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 133 43 -
CMYK 0 0.06 0.70 0.44
HSL 54.55º 0.54% 0.36% -
HSV(B) 54.55º 0.7% 0.56% -
XYZ 19.98 22.7 5.61 -
YUV 125.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 142 133 43 0 0.06 0.70 0.44 54.55 0.54 0.36
Hex 8E 85 2B 0 6 46 2C 37 36 24
Octal 216 205 53 0 6 106 54 67 66 44
Binary 10001110 10000101 101011 0 110 1000110 101100 110111 110110 100100

Color Harmonies of #8E852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E852B

Black with #8E852B

Text Example


Text Example

White with #8E852B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,133,43); }

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

background-color css

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

 a { background-color: rgb(142,133,43); }

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

border-color css

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

 span { border-color: rgb(142,133,43); }

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