Html Css Color HEX #8C8623 Lemon Ginger

📋 copy color: '#8C8623'

red 140 ◦ green 134 ◦ blue 35

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

Shades of Lemon Ginger #8C8623

Tints of Lemon Ginger #8C8623

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.37%

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 45.31%
G = 43.37%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8C8623 (or 0x8C8623) is known color: Lemon Ginger. HEX triplet: 8C, 86 and 23. RGB value is (140,134,35). Sum of RGB (Red+Green+Blue) = 140+134+35=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8623 is #7379DC. Grayscale: #7C7C7C. Windows color (decimal): -7567837 or 2328204. OLE color: 2328204.

HSL color Cylindrical-coordinate representation of color #8C8623: hue angle of 56.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C8623 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 134 35 -
CMYK 0 0.04 0.75 0.45
HSL 56.57º 0.6% 0.34% -
HSV(B) 56.57º 0.75% 0.55% -
XYZ 19.64 22.75 4.95 -
YUV 124.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 140 134 35 0 0.04 0.75 0.45 56.57 0.6 0.34
Hex 8C 86 23 0 4 4B 2D 39 3C 22
Octal 214 206 43 0 4 113 55 71 74 42
Binary 10001100 10000110 100011 0 100 1001011 101101 111001 111100 100010

Color Harmonies of #8C8623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8623

Black with #8C8623

Text Example


Text Example

White with #8C8623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,134,35); }

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

background-color css

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

 a { background-color: rgb(140,134,35); }

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

border-color css

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

 span { border-color: rgb(140,134,35); }

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