Html Css Color HEX #84B993 Padua

📋 copy color: '#84B993'

red 132 ◦ green 185 ◦ blue 147

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

Shades of Padua #84B993

Tints of Padua #84B993

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.87%

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

R = 28.45%
G = 39.87%
B = 31.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#84B993 (or 0x84B993) is known color: Padua. HEX triplet: 84, B9 and 93. RGB value is (132,185,147). Sum of RGB (Red+Green+Blue) = 132+185+147=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #84B993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B993 is #7B466C. Grayscale: #A4A4A4. Windows color (decimal): -8078957 or 9681284. OLE color: 9681284.

HSL color Cylindrical-coordinate representation of color #84B993: hue angle of 136.98º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84B993 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 185 147 -
CMYK 0.29 0 0.21 0.27
HSL 136.98º 0.27% 0.62% -
HSV(B) 136.98º 0.29% 0.73% -
XYZ 32.13 41.71 33.96 -
YUV 164.82 117.94 104.59 -
System Red Green Blue C M Y K H S L
Decimal 132 185 147 0.29 0 0.21 0.27 136.98 0.27 0.62
Hex 84 B9 93 1D 0 15 1B 89 1B 3E
Octal 204 271 223 35 0 25 33 211 33 76
Binary 10000100 10111001 10010011 11101 0 10101 11011 10001001 11011 111110

Color Harmonies of #84B993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B993

Black with #84B993

Text Example


Text Example

White with #84B993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,185,147); }

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

background-color css

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

 a { background-color: rgb(132,185,147); }

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

border-color css

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

 span { border-color: rgb(132,185,147); }

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