Html Css Color HEX #83BD93 Padua

📋 copy color: '#83BD93'

red 131 ◦ green 189 ◦ blue 147

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

Shades of Padua #83BD93

Tints of Padua #83BD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.48%

R = 28.05%
G = 40.47%
B = 31.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#83BD93 (or 0x83BD93) is known color: Padua. HEX triplet: 83, BD and 93. RGB value is (131,189,147). Sum of RGB (Red+Green+Blue) = 131+189+147=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BD93 is #7C426C. Grayscale: #A6A6A6. Windows color (decimal): -8143469 or 9682307. OLE color: 9682307.

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

Color convert

RGB 131 189 147 -
CMYK 0.31 0 0.22 0.26
HSL 136.55º 0.31% 0.63% -
HSV(B) 136.55º 0.31% 0.74% -
XYZ 32.82 43.33 34.24 -
YUV 166.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 131 189 147 0.31 0 0.22 0.26 136.55 0.31 0.63
Hex 83 BD 93 1F 0 16 1A 89 1F 3F
Octal 203 275 223 37 0 26 32 211 37 77
Binary 10000011 10111101 10010011 11111 0 10110 11010 10001001 11111 111111

Color Harmonies of #83BD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BD93

Black with #83BD93

Text Example


Text Example

White with #83BD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,189,147); }

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

background-color css

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

 a { background-color: rgb(131,189,147); }

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

border-color css

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

 span { border-color: rgb(131,189,147); }

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