Html Css Color HEX #83BF96 Padua

📋 copy color: '#83BF96'

red 131 ◦ green 191 ◦ blue 150

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

Shades of Padua #83BF96

Tints of Padua #83BF96

RGB

 RED value IS 131 (51.56% from 255) = 27.75%

 GREEN value IS 191 (75% from 255) = 40.47%

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

R = 27.75%
G = 40.47%
B = 31.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#83BF96 (or 0x83BF96) is known color: Padua. HEX triplet: 83, BF and 96. RGB value is (131,191,150). Sum of RGB (Red+Green+Blue) = 131+191+150=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BF96 is #7C4069. Grayscale: #A8A8A8. Windows color (decimal): -8142954 or 9879427. OLE color: 9879427.

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

Color convert

RGB 131 191 150 -
CMYK 0.31 0 0.21 0.25
HSL 139º 0.32% 0.63% -
HSV(B) 139º 0.31% 0.75% -
XYZ 33.5 44.29 35.64 -
YUV 168.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 131 191 150 0.31 0 0.21 0.25 139 0.32 0.63
Hex 83 BF 96 1F 0 15 19 8B 20 3F
Octal 203 277 226 37 0 25 31 213 40 77
Binary 10000011 10111111 10010110 11111 0 10101 11001 10001011 100000 111111

Color Harmonies of #83BF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF96

Black with #83BF96

Text Example


Text Example

White with #83BF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83BF96; }

 p { color: rgb(131,191,150); }

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

background-color css

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

 a { background-color: rgb(131,191,150); }

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

border-color css

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

 span { border-color: rgb(131,191,150); }

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