Html Css Color HEX #83BF9A Padua

📋 copy color: '#83BF9A'

red 131 ◦ green 191 ◦ blue 154

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

Shades of Padua #83BF9A

Tints of Padua #83BF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.35%

R = 27.52%
G = 40.13%
B = 32.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#83BF9A (or 0x83BF9A) is known color: Padua. HEX triplet: 83, BF and 9A. RGB value is (131,191,154). Sum of RGB (Red+Green+Blue) = 131+191+154=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BF9A is #7C4065. Grayscale: #A8A8A8. Windows color (decimal): -8142950 or 10141571. OLE color: 10141571.

HSL color Cylindrical-coordinate representation of color #83BF9A: hue angle of 143º 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 #83BF9A is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 191 154 -
CMYK 0.31 0 0.19 0.25
HSL 143º 0.32% 0.63% -
HSV(B) 143º 0.31% 0.75% -
XYZ 33.82 44.42 37.36 -
YUV 168.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 131 191 154 0.31 0 0.19 0.25 143 0.32 0.63
Hex 83 BF 9A 1F 0 13 19 8F 20 3F
Octal 203 277 232 37 0 23 31 217 40 77
Binary 10000011 10111111 10011010 11111 0 10011 11001 10001111 100000 111111

Color Harmonies of #83BF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF9A

Black with #83BF9A

Text Example


Text Example

White with #83BF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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