Html Css Color HEX #84BD90 Bay Leaf

📋 copy color: '#84BD90'

red 132 ◦ green 189 ◦ blue 144

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

Shades of Bay Leaf #84BD90

Tints of Bay Leaf #84BD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.97%

R = 28.39%
G = 40.65%
B = 30.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#84BD90 (or 0x84BD90) is known color: Bay Leaf. HEX triplet: 84, BD and 90. RGB value is (132,189,144). Sum of RGB (Red+Green+Blue) = 132+189+144=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BD90 is #7B426F. Grayscale: #A6A6A6. Windows color (decimal): -8077936 or 9485700. OLE color: 9485700.

HSL color Cylindrical-coordinate representation of color #84BD90: hue angle of 132.63º 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 #84BD90 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 189 144 -
CMYK 0.30 0 0.24 0.26
HSL 132.63º 0.3% 0.63% -
HSV(B) 132.63º 0.3% 0.74% -
XYZ 32.75 43.31 33.02 -
YUV 166.83 115.12 103.16 -
System Red Green Blue C M Y K H S L
Decimal 132 189 144 0.30 0 0.24 0.26 132.63 0.3 0.63
Hex 84 BD 90 1E 0 18 1A 85 1E 3F
Octal 204 275 220 36 0 30 32 205 36 77
Binary 10000100 10111101 10010000 11110 0 11000 11010 10000101 11110 111111

Color Harmonies of #84BD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BD90

Black with #84BD90

Text Example


Text Example

White with #84BD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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