Html Css Color HEX #82937B Spanish Green

📋 copy color: '#82937B'

red 130 ◦ green 147 ◦ blue 123

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

Shades of Spanish Green #82937B

Tints of Spanish Green #82937B

RGB

 RED value IS 130 (51.17% from 255) = 32.5%

 GREEN value IS 147 (57.81% from 255) = 36.75%

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 32.5%
G = 36.75%
B = 30.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#82937B (or 0x82937B) is known color: Spanish Green. HEX triplet: 82, 93 and 7B. RGB value is (130,147,123). Sum of RGB (Red+Green+Blue) = 130+147+123=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #82937B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82937B is #7D6C84. Grayscale: #8B8B8B. Windows color (decimal): -8219781 or 8098690. OLE color: 8098690.

HSL color Cylindrical-coordinate representation of color #82937B: hue angle of 102.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82937B is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 147 123 -
CMYK 0.12 0 0.16 0.42
HSL 102.5º 0.1% 0.53% -
HSV(B) 102.5º 0.16% 0.58% -
XYZ 23.21 27.04 22.74 -
YUV 139.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 130 147 123 0.12 0 0.16 0.42 102.5 0.1 0.53
Hex 82 93 7B C 0 10 2A 66 A 35
Octal 202 223 173 14 0 20 52 146 12 65
Binary 10000010 10010011 1111011 1100 0 10000 101010 1100110 1010 110101

Color Harmonies of #82937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82937B

Black with #82937B

Text Example


Text Example

White with #82937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82937B; }

 p { color: rgb(130,147,123); }

 H1.HeaderClassName
 {
   color: #82937B;
 }
 .AnyTagClassName
 {
   color: #82937B;
 }
</style>

background-color css

<style>
 a { background-color: #82937B; }

 a { background-color: rgb(130,147,123); }

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

border-color css

<style>
 span { border-color: #82937B; }

 span { border-color: rgb(130,147,123); }

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