Html Css Color HEX #8C812B Lemon Ginger

📋 copy color: '#8C812B'

red 140 ◦ green 129 ◦ blue 43

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

Shades of Lemon Ginger #8C812B

Tints of Lemon Ginger #8C812B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

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

R = 44.87%
G = 41.35%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C812B (or 0x8C812B) is known color: Lemon Ginger. HEX triplet: 8C, 81 and 2B. RGB value is (140,129,43). Sum of RGB (Red+Green+Blue) = 140+129+43=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C812B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C812B is #737ED4. Grayscale: #7A7A7A. Windows color (decimal): -7569109 or 2851212. OLE color: 2851212.

HSL color Cylindrical-coordinate representation of color #8C812B: hue angle of 53.2º 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 #8C812B is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 129 43 -
CMYK 0 0.08 0.69 0.45
HSL 53.2º 0.53% 0.36% -
HSV(B) 53.2º 0.69% 0.55% -
XYZ 19.1 21.45 5.42 -
YUV 122.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 140 129 43 0 0.08 0.69 0.45 53.2 0.53 0.36
Hex 8C 81 2B 0 8 45 2D 35 35 24
Octal 214 201 53 0 10 105 55 65 65 44
Binary 10001100 10000001 101011 0 1000 1000101 101101 110101 110101 100100

Color Harmonies of #8C812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C812B

Black with #8C812B

Text Example


Text Example

White with #8C812B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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