Html Css Color HEX #84BD9B Padua

📋 copy color: '#84BD9B'

red 132 ◦ green 189 ◦ blue 155

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

Shades of Padua #84BD9B

Tints of Padua #84BD9B

RGB

 RED value IS 132 (51.95% from 255) = 27.73%

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

 BLUE value IS 155 (60.94% from 255) = 32.56%

R = 27.73%
G = 39.71%
B = 32.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#84BD9B (or 0x84BD9B) is known color: Padua. HEX triplet: 84, BD and 9B. RGB value is (132,189,155). Sum of RGB (Red+Green+Blue) = 132+189+155=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BD9B is #7B4264. Grayscale: #A8A8A8. Windows color (decimal): -8077925 or 10206596. OLE color: 10206596.

HSL color Cylindrical-coordinate representation of color #84BD9B: hue angle of 144.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BD9B is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 189 155 -
CMYK 0.30 0 0.18 0.26
HSL 144.21º 0.3% 0.63% -
HSV(B) 144.21º 0.3% 0.74% -
XYZ 33.63 43.67 37.67 -
YUV 168.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 132 189 155 0.30 0 0.18 0.26 144.21 0.3 0.63
Hex 84 BD 9B 1E 0 12 1A 90 1E 3F
Octal 204 275 233 36 0 22 32 220 36 77
Binary 10000100 10111101 10011011 11110 0 10010 11010 10010000 11110 111111

Color Harmonies of #84BD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BD9B

Black with #84BD9B

Text Example


Text Example

White with #84BD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84BD9B; }

 p { color: rgb(132,189,155); }

 H1.HeaderClassName
 {
   color: #84BD9B;
 }
 .AnyTagClassName
 {
   color: #84BD9B;
 }
</style>

background-color css

<style>
 a { background-color: #84BD9B; }

 a { background-color: rgb(132,189,155); }

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

border-color css

<style>
 span { border-color: #84BD9B; }

 span { border-color: rgb(132,189,155); }

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