Html Css Color HEX #83C091 Bay Leaf

📋 copy color: '#83C091'

red 131 ◦ green 192 ◦ blue 145

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

Shades of Bay Leaf #83C091

Tints of Bay Leaf #83C091

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.03%

 BLUE value IS 145 (57.03% from 255) = 30.98%

R = 27.99%
G = 41.03%
B = 30.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#83C091 (or 0x83C091) is known color: Bay Leaf. HEX triplet: 83, C0 and 91. RGB value is (131,192,145). Sum of RGB (Red+Green+Blue) = 131+192+145=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #83C091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C091 is #7C3F6E. Grayscale: #A8A8A8. Windows color (decimal): -8142703 or 9552003. OLE color: 9552003.

HSL color Cylindrical-coordinate representation of color #83C091: hue angle of 133.77º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C091 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 192 145 -
CMYK 0.32 0 0.24 0.25
HSL 133.77º 0.33% 0.63% -
HSV(B) 133.77º 0.32% 0.75% -
XYZ 33.32 44.57 33.63 -
YUV 168.4 114.79 101.32 -
System Red Green Blue C M Y K H S L
Decimal 131 192 145 0.32 0 0.24 0.25 133.77 0.33 0.63
Hex 83 C0 91 20 0 18 19 86 21 3F
Octal 203 300 221 40 0 30 31 206 41 77
Binary 10000011 11000000 10010001 100000 0 11000 11001 10000110 100001 111111

Color Harmonies of #83C091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C091

Black with #83C091

Text Example


Text Example

White with #83C091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,192,145); }

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

background-color css

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

 a { background-color: rgb(131,192,145); }

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

border-color css

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

 span { border-color: rgb(131,192,145); }

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