Html Css Color HEX #73AE83 Bay Leaf

📋 copy color: '#73AE83'

red 115 ◦ green 174 ◦ blue 131

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

Shades of Bay Leaf #73AE83

Tints of Bay Leaf #73AE83

RGB

 RED value IS 115 (45.31% from 255) = 27.38%

 GREEN value IS 174 (68.36% from 255) = 41.43%

 BLUE value IS 131 (51.56% from 255) = 31.19%

R = 27.38%
G = 41.43%
B = 31.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#73AE83 (or 0x73AE83) is known color: Bay Leaf. HEX triplet: 73, AE and 83. RGB value is (115,174,131). Sum of RGB (Red+Green+Blue) = 115+174+131=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #73AE83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AE83 is #8C517C. Grayscale: #979797. Windows color (decimal): -9195901 or 8629875. OLE color: 8629875.

HSL color Cylindrical-coordinate representation of color #73AE83: hue angle of 136.27º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AE83 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 174 131 -
CMYK 0.34 0 0.25 0.32
HSL 136.27º 0.27% 0.57% -
HSV(B) 136.27º 0.34% 0.68% -
XYZ 26.3 35.56 26.95 -
YUV 151.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 115 174 131 0.34 0 0.25 0.32 136.27 0.27 0.57
Hex 73 AE 83 22 0 19 20 88 1B 39
Octal 163 256 203 42 0 31 40 210 33 71
Binary 1110011 10101110 10000011 100010 0 11001 100000 10001000 11011 111001

Color Harmonies of #73AE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AE83

Black with #73AE83

Text Example


Text Example

White with #73AE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73AE83; }

 p { color: rgb(115,174,131); }

 H1.HeaderClassName
 {
   color: #73AE83;
 }
 .AnyTagClassName
 {
   color: #73AE83;
 }
</style>

background-color css

<style>
 a { background-color: #73AE83; }

 a { background-color: rgb(115,174,131); }

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

border-color css

<style>
 span { border-color: #73AE83; }

 span { border-color: rgb(115,174,131); }

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