#83BC92

Color #83BC92 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #83BC92

Tints of Bay Leaf #83BC92

Color information

#83BC92 (or 0x83BC92) is unknown color: approx Bay Leaf. HEX triplet: 83, BC and 92. RGB value is (131,188,146). Sum of RGB (Red+Green+Blue) = 131+188+146=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC92 is #7C436D. Grayscale: #A6A6A6. Windows color (decimal): -8143726 or 9616515. OLE color: 9616515.

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

Color convert

RGB131188146-
CMYK0.3000.220.26
HSL135.79º29.84%62.55%-
HSV(B)135.79º30.32%73.73%-
XYZ32.5342.8733.75-
YUV166.17116.62102.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.17%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=28.17%
G=40.43%
B=31.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311881460.3000.220.26135.7929.8462.55
Hex83BC921E0161A881e3f
Octal20327422236026322103677
Binary10000011101111001001001011110010110110101000100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83BC92;
 }
 .AnyTagClassName
 {
   color: #83BC92;
 }
</style>
background-color css

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

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

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

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

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

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