Html Css Color HEX #83B298 Padua

📋 copy color: '#83B298'

red 131 ◦ green 178 ◦ blue 152

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

Shades of Padua #83B298

Tints of Padua #83B298

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.61%

 BLUE value IS 152 (59.77% from 255) = 32.97%

R = 28.42%
G = 38.61%
B = 32.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#83B298 (or 0x83B298) is known color: Padua. HEX triplet: 83, B2 and 98. RGB value is (131,178,152). Sum of RGB (Red+Green+Blue) = 131+178+152=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #83B298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83B298 is #7C4D67. Grayscale: #A1A1A1. Windows color (decimal): -8146280 or 10007171. OLE color: 10007171.

HSL color Cylindrical-coordinate representation of color #83B298: hue angle of 146.81º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83B298 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 178 152 -
CMYK 0.26 0 0.15 0.30
HSL 146.81º 0.23% 0.61% -
HSV(B) 146.81º 0.26% 0.7% -
XYZ 30.95 38.93 35.59 -
YUV 160.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 131 178 152 0.26 0 0.15 0.30 146.81 0.23 0.61
Hex 83 B2 98 1A 0 F 1E 93 17 3D
Octal 203 262 230 32 0 17 36 223 27 75
Binary 10000011 10110010 10011000 11010 0 1111 11110 10010011 10111 111101

Color Harmonies of #83B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B298

Black with #83B298

Text Example


Text Example

White with #83B298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,178,152); }

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

background-color css

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

 a { background-color: rgb(131,178,152); }

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

border-color css

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

 span { border-color: rgb(131,178,152); }

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