Html Css Color HEX #82BE84 De York

📋 copy color: '#82BE84'

red 130 ◦ green 190 ◦ blue 132

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

Shades of De York #82BE84

Tints of De York #82BE84

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.04%

 BLUE value IS 132 (51.95% from 255) = 29.2%

R = 28.76%
G = 42.04%
B = 29.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#82BE84 (or 0x82BE84) is known color: De York. HEX triplet: 82, BE and 84. RGB value is (130,190,132). Sum of RGB (Red+Green+Blue) = 130+190+132=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BE84 is #7D417B. Grayscale: #A5A5A5. Windows color (decimal): -8208764 or 8699522. OLE color: 8699522.

HSL color Cylindrical-coordinate representation of color #82BE84: hue angle of 122º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BE84 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 190 132 -
CMYK 0.32 0 0.31 0.25
HSL 122º 0.32% 0.63% -
HSV(B) 122º 0.32% 0.75% -
XYZ 31.78 43.24 28.5 -
YUV 165.45 109.12 102.72 -
System Red Green Blue C M Y K H S L
Decimal 130 190 132 0.32 0 0.31 0.25 122 0.32 0.63
Hex 82 BE 84 20 0 1F 19 7A 20 3F
Octal 202 276 204 40 0 37 31 172 40 77
Binary 10000010 10111110 10000100 100000 0 11111 11001 1111010 100000 111111

Color Harmonies of #82BE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BE84

Black with #82BE84

Text Example


Text Example

White with #82BE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82BE84; }

 p { color: rgb(130,190,132); }

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

background-color css

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

 a { background-color: rgb(130,190,132); }

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

border-color css

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

 span { border-color: rgb(130,190,132); }

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