Html Css Color HEX #8C852B Lemon Ginger

📋 copy color: '#8C852B'

red 140 ◦ green 133 ◦ blue 43

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

Shades of Lemon Ginger #8C852B

Tints of Lemon Ginger #8C852B

RGB

 RED value IS 140 (55.08% from 255) = 44.3%

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

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

R = 44.3%
G = 42.09%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C852B (or 0x8C852B) is known color: Lemon Ginger. HEX triplet: 8C, 85 and 2B. RGB value is (140,133,43). Sum of RGB (Red+Green+Blue) = 140+133+43=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C852B is #737AD4. Grayscale: #7D7D7D. Windows color (decimal): -7568085 or 2852236. OLE color: 2852236.

HSL color Cylindrical-coordinate representation of color #8C852B: hue angle of 55.67º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C852B is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 133 43 -
CMYK 0 0.05 0.69 0.45
HSL 55.67º 0.53% 0.36% -
HSV(B) 55.67º 0.69% 0.55% -
XYZ 19.64 22.52 5.6 -
YUV 124.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 140 133 43 0 0.05 0.69 0.45 55.67 0.53 0.36
Hex 8C 85 2B 0 5 45 2D 38 35 24
Octal 214 205 53 0 5 105 55 70 65 44
Binary 10001100 10000101 101011 0 101 1000101 101101 111000 110101 100100

Color Harmonies of #8C852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C852B

Black with #8C852B

Text Example


Text Example

White with #8C852B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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