Html Css Color HEX #8C851A Lemon Ginger

📋 copy color: '#8C851A'

red 140 ◦ green 133 ◦ blue 26

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

Shades of Lemon Ginger #8C851A

Tints of Lemon Ginger #8C851A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.7%

R = 46.82%
G = 44.48%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C851A (or 0x8C851A) is known color: Lemon Ginger. HEX triplet: 8C, 85 and 1A. RGB value is (140,133,26). Sum of RGB (Red+Green+Blue) = 140+133+26=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C851A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C851A is #737AE5. Grayscale: #7B7B7B. Windows color (decimal): -7568102 or 1738124. OLE color: 1738124.

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

Color convert

RGB 140 133 26 -
CMYK 0 0.05 0.81 0.45
HSL 56.32º 0.69% 0.33% -
HSV(B) 56.32º 0.81% 0.55% -
XYZ 19.39 22.43 4.28 -
YUV 122.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 140 133 26 0 0.05 0.81 0.45 56.32 0.69 0.33
Hex 8C 85 1A 0 5 51 2D 38 45 21
Octal 214 205 32 0 5 121 55 70 105 41
Binary 10001100 10000101 11010 0 101 1010001 101101 111000 1000101 100001

Color Harmonies of #8C851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C851A

Black with #8C851A

Text Example


Text Example

White with #8C851A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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