Html Css Color HEX #82C396 Padua

📋 copy color: '#82C396'

red 130 ◦ green 195 ◦ blue 150

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

Shades of Padua #82C396

Tints of Padua #82C396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.05%

 BLUE value IS 150 (58.98% from 255) = 31.58%

R = 27.37%
G = 41.05%
B = 31.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#82C396 (or 0x82C396) is known color: Padua. HEX triplet: 82, C3 and 96. RGB value is (130,195,150). Sum of RGB (Red+Green+Blue) = 130+195+150=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #82C396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C396 is #7D3C69. Grayscale: #AAAAAA. Windows color (decimal): -8207466 or 9880450. OLE color: 9880450.

HSL color Cylindrical-coordinate representation of color #82C396: hue angle of 138.46º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82C396 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 195 150 -
CMYK 0.33 0 0.23 0.24
HSL 138.46º 0.35% 0.64% -
HSV(B) 138.46º 0.33% 0.76% -
XYZ 34.23 45.98 35.92 -
YUV 170.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 130 195 150 0.33 0 0.23 0.24 138.46 0.35 0.64
Hex 82 C3 96 21 0 17 18 8A 23 40
Octal 202 303 226 41 0 27 30 212 43 100
Binary 10000010 11000011 10010110 100001 0 10111 11000 10001010 100011 1000000

Color Harmonies of #82C396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C396

Black with #82C396

Text Example


Text Example

White with #82C396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,195,150); }

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

background-color css

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

 a { background-color: rgb(130,195,150); }

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

border-color css

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

 span { border-color: rgb(130,195,150); }

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