Html Css Color HEX #829278 Spanish Green

📋 copy color: '#829278'

red 130 ◦ green 146 ◦ blue 120

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

Shades of Spanish Green #829278

Tints of Spanish Green #829278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.87%

 BLUE value IS 120 (47.27% from 255) = 30.3%

R = 32.83%
G = 36.87%
B = 30.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#829278 (or 0x829278) is known color: Spanish Green. HEX triplet: 82, 92 and 78. RGB value is (130,146,120). Sum of RGB (Red+Green+Blue) = 130+146+120=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #829278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829278 is #7D6D87. Grayscale: #8A8A8A. Windows color (decimal): -8220040 or 7901826. OLE color: 7901826.

HSL color Cylindrical-coordinate representation of color #829278: hue angle of 96.92º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #829278 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 120 -
CMYK 0.11 0 0.18 0.43
HSL 96.92º 0.11% 0.52% -
HSV(B) 96.92º 0.18% 0.57% -
XYZ 22.87 26.66 21.71 -
YUV 138.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 130 146 120 0.11 0 0.18 0.43 96.92 0.11 0.52
Hex 82 92 78 B 0 12 2B 61 B 34
Octal 202 222 170 13 0 22 53 141 13 64
Binary 10000010 10010010 1111000 1011 0 10010 101011 1100001 1011 110100

Color Harmonies of #829278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829278

Black with #829278

Text Example


Text Example

White with #829278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829278; }

 p { color: rgb(130,146,120); }

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

background-color css

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

 a { background-color: rgb(130,146,120); }

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

border-color css

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

 span { border-color: rgb(130,146,120); }

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