Html Css Color HEX #83C192 Bay Leaf

📋 copy color: '#83C192'

red 131 ◦ green 193 ◦ blue 146

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

Shades of Bay Leaf #83C192

Tints of Bay Leaf #83C192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.06%

R = 27.87%
G = 41.06%
B = 31.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#83C192 (or 0x83C192) is known color: Bay Leaf. HEX triplet: 83, C1 and 92. RGB value is (131,193,146). Sum of RGB (Red+Green+Blue) = 131+193+146=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #83C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C192 is #7C3E6D. Grayscale: #A9A9A9. Windows color (decimal): -8142446 or 9617795. OLE color: 9617795.

HSL color Cylindrical-coordinate representation of color #83C192: hue angle of 134.52º 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 #83C192 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 193 146 -
CMYK 0.32 0 0.24 0.24
HSL 134.52º 0.33% 0.64% -
HSV(B) 134.52º 0.32% 0.76% -
XYZ 33.62 45.04 34.12 -
YUV 169.1 114.96 100.82 -
System Red Green Blue C M Y K H S L
Decimal 131 193 146 0.32 0 0.24 0.24 134.52 0.33 0.64
Hex 83 C1 92 20 0 18 18 87 21 40
Octal 203 301 222 40 0 30 30 207 41 100
Binary 10000011 11000001 10010010 100000 0 11000 11000 10000111 100001 1000000

Color Harmonies of #83C192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C192

Black with #83C192

Text Example


Text Example

White with #83C192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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