Html Css Color HEX #818C54 Finch

📋 copy color: '#818C54'

red 129 ◦ green 140 ◦ blue 84

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

Shades of Finch #818C54

Tints of Finch #818C54

RGB

 RED value IS 129 (50.78% from 255) = 36.54%

 GREEN value IS 140 (55.08% from 255) = 39.66%

 BLUE value IS 84 (33.2% from 255) = 23.8%

R = 36.54%
G = 39.66%
B = 23.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.4

 K value IS 0.45

RGB Variations

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

Color information

#818C54 (or 0x818C54) is known color: Finch. HEX triplet: 81, 8C and 54. RGB value is (129,140,84). Sum of RGB (Red+Green+Blue) = 129+140+84=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 140 - color contains mainly: green. Hex color #818C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818C54 is #7E73AB. Grayscale: #828282. Windows color (decimal): -8287148 or 5540993. OLE color: 5540993.

HSL color Cylindrical-coordinate representation of color #818C54: hue angle of 71.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #818C54 is Cyan = 0.08, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 140 84 -
CMYK 0.08 0 0.4 0.45
HSL 71.79º 0.25% 0.44% -
HSV(B) 71.79º 0.4% 0.55% -
XYZ 20.03 24.06 11.98 -
YUV 130.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 129 140 84 0.08 0 0.4 0.45 71.79 0.25 0.44
Hex 81 8C 54 8 0 28 2D 48 19 2C
Octal 201 214 124 10 0 50 55 110 31 54
Binary 10000001 10001100 1010100 1000 0 101000 101101 1001000 11001 101100

Color Harmonies of #818C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818C54

Black with #818C54

Text Example


Text Example

White with #818C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818C54; }

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

 H1.HeaderClassName
 {
   color: #818C54;
 }
 .AnyTagClassName
 {
   color: #818C54;
 }
</style>

background-color css

<style>
 a { background-color: #818C54; }

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

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

border-color css

<style>
 span { border-color: #818C54; }

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

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