Html Css Color HEX #8C831B Lemon Ginger

📋 copy color: '#8C831B'

red 140 ◦ green 131 ◦ blue 27

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

Shades of Lemon Ginger #8C831B

Tints of Lemon Ginger #8C831B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.06%

R = 46.98%
G = 43.96%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C831B (or 0x8C831B) is known color: Lemon Ginger. HEX triplet: 8C, 83 and 1B. RGB value is (140,131,27). Sum of RGB (Red+Green+Blue) = 140+131+27=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C831B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C831B is #737CE4. Grayscale: #7A7A7A. Windows color (decimal): -7568613 or 1803148. OLE color: 1803148.

HSL color Cylindrical-coordinate representation of color #8C831B: hue angle of 55.22º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C831B is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 131 27 -
CMYK 0 0.06 0.81 0.45
HSL 55.22º 0.68% 0.33% -
HSV(B) 55.22º 0.81% 0.55% -
XYZ 19.13 21.89 4.25 -
YUV 121.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 140 131 27 0 0.06 0.81 0.45 55.22 0.68 0.33
Hex 8C 83 1B 0 6 51 2D 37 44 21
Octal 214 203 33 0 6 121 55 67 104 41
Binary 10001100 10000011 11011 0 110 1010001 101101 110111 1000100 100001

Color Harmonies of #8C831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C831B

Black with #8C831B

Text Example


Text Example

White with #8C831B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,131,27); }

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

background-color css

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

 a { background-color: rgb(140,131,27); }

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

border-color css

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

 span { border-color: rgb(140,131,27); }

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