Html Css Color HEX #83C191 Bay Leaf

📋 copy color: '#83C191'

red 131 ◦ green 193 ◦ blue 145

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

Shades of Bay Leaf #83C191

Tints of Bay Leaf #83C191

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.15%

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

R = 27.93%
G = 41.15%
B = 30.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#83C191 (or 0x83C191) is known color: Bay Leaf. HEX triplet: 83, C1 and 91. RGB value is (131,193,145). Sum of RGB (Red+Green+Blue) = 131+193+145=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #83C191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C191 is #7C3E6E. Grayscale: #A9A9A9. Windows color (decimal): -8142447 or 9552259. OLE color: 9552259.

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

Color convert

RGB 131 193 145 -
CMYK 0.32 0 0.25 0.24
HSL 133.55º 0.33% 0.64% -
HSV(B) 133.55º 0.32% 0.76% -
XYZ 33.54 45.01 33.71 -
YUV 168.99 114.46 100.9 -
System Red Green Blue C M Y K H S L
Decimal 131 193 145 0.32 0 0.25 0.24 133.55 0.33 0.64
Hex 83 C1 91 20 0 19 18 86 21 40
Octal 203 301 221 40 0 31 30 206 41 100
Binary 10000011 11000001 10010001 100000 0 11001 11000 10000110 100001 1000000

Color Harmonies of #83C191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C191

Black with #83C191

Text Example


Text Example

White with #83C191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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