Html Css Color HEX #82BD84 De York

📋 copy color: '#82BD84'

red 130 ◦ green 189 ◦ blue 132

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

Shades of De York #82BD84

Tints of De York #82BD84

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.91%

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

R = 28.82%
G = 41.91%
B = 29.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#82BD84 (or 0x82BD84) is known color: De York. HEX triplet: 82, BD and 84. RGB value is (130,189,132). Sum of RGB (Red+Green+Blue) = 130+189+132=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BD84 is #7D427B. Grayscale: #A5A5A5. Windows color (decimal): -8209020 or 8699266. OLE color: 8699266.

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

Color convert

RGB 130 189 132 -
CMYK 0.31 0 0.30 0.26
HSL 122.03º 0.31% 0.63% -
HSV(B) 122.03º 0.31% 0.74% -
XYZ 31.57 42.81 28.43 -
YUV 164.86 109.45 103.13 -
System Red Green Blue C M Y K H S L
Decimal 130 189 132 0.31 0 0.30 0.26 122.03 0.31 0.63
Hex 82 BD 84 1F 0 1E 1A 7A 1F 3F
Octal 202 275 204 37 0 36 32 172 37 77
Binary 10000010 10111101 10000100 11111 0 11110 11010 1111010 11111 111111

Color Harmonies of #82BD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BD84

Black with #82BD84

Text Example


Text Example

White with #82BD84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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