Html Css Color HEX #848E53 Finch

📋 copy color: '#848E53'

red 132 ◦ green 142 ◦ blue 83

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

Shades of Finch #848E53

Tints of Finch #848E53

RGB

 RED value IS 132 (51.95% from 255) = 36.97%

 GREEN value IS 142 (55.86% from 255) = 39.78%

 BLUE value IS 83 (32.81% from 255) = 23.25%

R = 36.97%
G = 39.78%
B = 23.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#848E53 (or 0x848E53) is known color: Finch. HEX triplet: 84, 8E and 53. RGB value is (132,142,83). Sum of RGB (Red+Green+Blue) = 132+142+83=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 142 - color contains mainly: green. Hex color #848E53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E53 is #7B71AC. Grayscale: #848484. Windows color (decimal): -8090029 or 5475972. OLE color: 5475972.

HSL color Cylindrical-coordinate representation of color #848E53: hue angle of 70.17º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #848E53 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 142 83 -
CMYK 0.07 0 0.42 0.44
HSL 70.17º 0.26% 0.44% -
HSV(B) 70.17º 0.42% 0.56% -
XYZ 20.75 24.88 11.89 -
YUV 132.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 132 142 83 0.07 0 0.42 0.44 70.17 0.26 0.44
Hex 84 8E 53 7 0 2A 2C 46 1A 2C
Octal 204 216 123 7 0 52 54 106 32 54
Binary 10000100 10001110 1010011 111 0 101010 101100 1000110 11010 101100

Color Harmonies of #848E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848E53

Black with #848E53

Text Example


Text Example

White with #848E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848E53; }

 p { color: rgb(132,142,83); }

 H1.HeaderClassName
 {
   color: #848E53;
 }
 .AnyTagClassName
 {
   color: #848E53;
 }
</style>

background-color css

<style>
 a { background-color: #848E53; }

 a { background-color: rgb(132,142,83); }

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

border-color css

<style>
 span { border-color: #848E53; }

 span { border-color: rgb(132,142,83); }

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