Html Css Color HEX #82C08B De York

📋 copy color: '#82C08B'

red 130 ◦ green 192 ◦ blue 139

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

Shades of De York #82C08B

Tints of De York #82C08B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 28.2%
G = 41.65%
B = 30.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#82C08B (or 0x82C08B) is known color: De York. HEX triplet: 82, C0 and 8B. RGB value is (130,192,139). Sum of RGB (Red+Green+Blue) = 130+192+139=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #82C08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C08B is #7D3F74. Grayscale: #A7A7A7. Windows color (decimal): -8208245 or 9158786. OLE color: 9158786.

HSL color Cylindrical-coordinate representation of color #82C08B: hue angle of 128.71º degrees, saturation: 0.33, 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 #82C08B is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 192 139 -
CMYK 0.32 0 0.28 0.25
HSL 128.71º 0.33% 0.63% -
HSV(B) 128.71º 0.32% 0.75% -
XYZ 32.72 44.31 31.25 -
YUV 167.42 111.96 101.31 -
System Red Green Blue C M Y K H S L
Decimal 130 192 139 0.32 0 0.28 0.25 128.71 0.33 0.63
Hex 82 C0 8B 20 0 1C 19 81 21 3F
Octal 202 300 213 40 0 34 31 201 41 77
Binary 10000010 11000000 10001011 100000 0 11100 11001 10000001 100001 111111

Color Harmonies of #82C08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C08B

Black with #82C08B

Text Example


Text Example

White with #82C08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,192,139); }

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

background-color css

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

 a { background-color: rgb(130,192,139); }

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

border-color css

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

 span { border-color: rgb(130,192,139); }

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